Lines Matching defs:Lite
18 pub struct Lite<T: ?Sized> { struct
23 pub fn Lite<T: ?Sized>(value: &T) -> &Lite<T> { in Lite() function
27 impl<T: ?Sized> Deref for Lite<T> { implementation
35 impl Debug for Lite<bool> { implementation
41 impl Debug for Lite<u32> { implementation
47 impl Debug for Lite<usize> { implementation
53 impl Debug for Lite<String> { implementation
59 impl Debug for Lite<Ident> { implementation
65 impl Debug for Lite<Literal> { implementation
71 impl Debug for Lite<TokenStream> { implementation
85 impl<'a, T> Debug for Lite<&'a T> implementation
94 impl<T> Debug for Lite<Box<T>> implementation
103 impl<T> Debug for Lite<Vec<T>> implementation
115 impl<T, P> Debug for Lite<Punctuated<T, P>> implementation