Searched defs:PredicateLifetime (Results 1 – 8 of 8) sorted by relevance
1346 impl ToTokens for PredicateLifetime { implementation
588 fn fold_predicate_lifetime(&mut self, i: PredicateLifetime) -> PredicateLifetime { in fold_predicate_lifetime()2730 node: PredicateLifetime, in fold_predicate_lifetime()
1625 impl Eq for PredicateLifetime {} implementation1628 impl PartialEq for PredicateLifetime { implementation
1700 impl Clone for PredicateLifetime { implementation
2164 impl Hash for PredicateLifetime { implementation
588 fn visit_predicate_lifetime_mut(&mut self, i: &mut PredicateLifetime) { in visit_predicate_lifetime_mut()
2320 impl Debug for PredicateLifetime { implementation
587 fn visit_predicate_lifetime(&mut self, i: &'ast PredicateLifetime) { in visit_predicate_lifetime()