Searched refs:PredicateLifetime (Results 1 – 9 of 9) sorted by relevance
| /linux/rust/syn/ |
| H A D | generics.rs | 485 Lifetime(PredicateLifetime), 495 pub struct PredicateLifetime { 524 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeParam, PredicateLifetime, 981 Ok(WherePredicate::Lifetime(PredicateLifetime { in parse() 1151 PredicateLifetime, PredicateType, TraitBound, TraitBoundModifier, Turbofish, TypeGenerics, 1391 impl ToTokens for PredicateLifetime { implementation
|
| H A D | lib.rs | 407 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeParam, PredicateLifetime,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 763 i: crate::PredicateLifetime, in fold_predicate_lifetime() argument 764 ) -> crate::PredicateLifetime { in fold_predicate_lifetime() argument 3183 node: crate::PredicateLifetime, in fold_predicate_lifetime() argument 3184 ) -> crate::PredicateLifetime in fold_predicate_lifetime() 3188 crate::PredicateLifetime { in fold_predicate_lifetime()
|
| H A D | clone.rs | 1707 impl Clone for crate::PredicateLifetime { implementation 1709 crate::PredicateLifetime { in clone()
|
| H A D | eq.rs | 1689 impl Eq for crate::PredicateLifetime {} implementation 1692 impl PartialEq for crate::PredicateLifetime { implementation
|
| H A D | visit_mut.rs | 720 fn visit_predicate_lifetime_mut(&mut self, i: &mut crate::PredicateLifetime) { in visit_predicate_lifetime_mut() argument 3068 pub fn visit_predicate_lifetime_mut<V>(v: &mut V, node: &mut crate::PredicateLifetime) in visit_predicate_lifetime_mut()
|
| H A D | visit.rs | 712 fn visit_predicate_lifetime(&mut self, i: &'ast crate::PredicateLifetime) { in visit_predicate_lifetime() argument 3229 pub fn visit_predicate_lifetime<'ast, V>(v: &mut V, node: &'ast crate::PredicateLifetime) in visit_predicate_lifetime()
|
| H A D | hash.rs | 2156 impl Hash for crate::PredicateLifetime { implementation
|
| H A D | debug.rs | 2463 impl Debug for crate::PredicateLifetime { implementation
|