Searched defs:LifetimeDef (Results 1 – 8 of 8) sorted by relevance
446 impl LifetimeDef { implementation688 impl Parse for LifetimeDef { implementation1218 impl ToTokens for LifetimeDef { implementation
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 fold_lifetime_def(&mut self, i: LifetimeDef) -> LifetimeDef { in fold_lifetime_def()
437 fn visit_lifetime_def_mut(&mut self, i: &mut LifetimeDef) { in visit_lifetime_def_mut()
1801 impl Debug for LifetimeDef { implementation
436 fn visit_lifetime_def(&mut self, i: &'ast LifetimeDef) { in visit_lifetime_def()