Searched defs:PredicateLifetime (Results 1 – 8 of 8) sorted by relevance
1391 impl ToTokens for PredicateLifetime { implementation
763 i: crate::PredicateLifetime, in fold_predicate_lifetime()764 ) -> crate::PredicateLifetime { in fold_predicate_lifetime()3183 node: crate::PredicateLifetime, in fold_predicate_lifetime()
1689 impl Eq for crate::PredicateLifetime {} implementation1692 impl PartialEq for crate::PredicateLifetime { implementation
1707 impl Clone for crate::PredicateLifetime { implementation
2156 impl Hash for crate::PredicateLifetime { implementation
720 fn visit_predicate_lifetime_mut(&mut self, i: &mut crate::PredicateLifetime) { in visit_predicate_lifetime_mut()
712 fn visit_predicate_lifetime(&mut self, i: &'ast crate::PredicateLifetime) { in visit_predicate_lifetime()
2463 impl Debug for crate::PredicateLifetime { implementation