Searched defs:Lifetimes (Results 1 – 10 of 10) 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
792 fn extern_type_lifetimes(cx: &mut Errors, generics: Generics) -> Lifetimes { in extern_type_lifetimes()844 generics: Lifetimes, in parse_type_alias()906 generics: Lifetimes, in parse_extern_type_bounded()
175 pub struct Lifetimes { struct176 pub lt_token: Option<Token![<]>,
623 fn check_lifetimes(cx: &mut Check, generics: &Lifetimes) { in check_lifetimes()
115 ## Lifetimes section in extern "C++"
202 Lifetimes, in normalize() enumerator219 Lifetimes, in normalize() enumerator
107 pub fn lifetimes(&self) -> Lifetimes { in lifetimes()175 pub struct Lifetimes<'a>(Iter<'a, GenericParam>); struct177 impl<'a> Iterator for Lifetimes<'a> { implementation
76 enum Lifetimes<'a> { enum