Searched defs:LifetimeDef (Results 1 – 11 of 11) sorted by relevance
74 fn build_arbitrary_lifetime(generics: Generics) -> (LifetimeDef, LifetimeDef) { in build_arbitrary_lifetime()92 lifetime: LifetimeDef, in apply_trait_bounds()177 lifetime: LifetimeDef, in gen_arbitrary_method()183 lifetime: LifetimeDef, in gen_arbitrary_method()
446 impl LifetimeDef { implementation688 impl Parse for LifetimeDef { implementation1218 impl ToTokens for LifetimeDef { implementation
45 fn visit_lifetime_def_mut(&mut self, def: &mut LifetimeDef) { in determine_lifetime_name()
1232 impl Eq for LifetimeDef {} implementation1235 impl PartialEq for LifetimeDef { implementation
1314 impl Clone for LifetimeDef { implementation
1664 impl Hash for LifetimeDef { implementation
437 fn visit_lifetime_def_mut(&mut self, i: &mut LifetimeDef) { in visit_lifetime_def_mut()
437 fn fold_lifetime_def(&mut self, i: LifetimeDef) -> LifetimeDef { in fold_lifetime_def()
1801 impl Debug for LifetimeDef { implementation
436 fn visit_lifetime_def(&mut self, i: &'ast LifetimeDef) { in visit_lifetime_def()
247 fn de_lifetime_def(&self) -> Option<syn::LifetimeDef> { in de_lifetime_def()