Lines Matching defs:Lite
11 pub struct Lite<T: ?Sized> { struct
16 pub fn Lite<T: ?Sized>(value: &T) -> &Lite<T> { in Lite() function
20 impl<T: ?Sized> Deref for Lite<T> { implementation
28 impl Debug for Lite<bool> { implementation
34 impl Debug for Lite<u32> { implementation
40 impl Debug for Lite<usize> { implementation
46 impl Debug for Lite<String> { implementation
52 impl Debug for Lite<Ident> { implementation
58 impl Debug for Lite<Literal> { implementation
64 impl Debug for Lite<TokenStream> { implementation
78 impl<'a, T> Debug for Lite<&'a T> implementation
87 impl<T> Debug for Lite<Box<T>> implementation
96 impl<T> Debug for Lite<Vec<T>> implementation
108 impl<T, P> Debug for Lite<Punctuated<T, P>> implementation