Searched defs:Lifetimes (Results 1 – 12 of 12) sorted by relevance
69 impl Lifetimes { impl77 let Lifetimes { in to_tokens() localVariable
86 impl Eq for Lifetimes {} implementation88 impl PartialEq for Lifetimes { implementation90 let Lifetimes { in eq() localVariable95 let Lifetimes { in eq() localVariable104 impl Hash for Lifetimes { implementation106 let Lifetimes { in hash() localVariable
241 impl ToTokens for Lifetimes { implementation243 let Lifetimes { in to_tokens() localVariable
175 pub struct Lifetimes { struct176 pub lt_token: Option<Token![<]>,
845 generics: Lifetimes, in parse_type_alias()907 generics: Lifetimes, in parse_extern_type_bounded()
623 fn check_lifetimes(cx: &mut Check, generics: &Lifetimes) { in check_lifetimes()
4 enum Lifetimes<'a> { enum
2 enum Lifetimes<'a> { enum14 impl<'a> _serde::Serialize for Lifetimes<'a> { implementation101 impl<'de, 'a> _serde::Deserialize<'de> for Lifetimes<'a> { implementation
115 ## Lifetimes section in extern "C++"
204 Lifetimes, in normalize() enumerator221 Lifetimes, in normalize() enumerator
136 pub fn lifetimes(&self) -> Lifetimes { in lifetimes()218 pub struct Lifetimes<'a>(Iter<'a, GenericParam>); struct220 impl<'a> Iterator for Lifetimes<'a> { implementation
76 enum Lifetimes<'a> { enum