Home
last modified time | relevance | path

Searched refs:PredicateLifetime (Results 1 – 9 of 9) sorted by relevance

/linux/rust/syn/
H A Dgenerics.rs485 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 Dlib.rs407 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeParam, PredicateLifetime,
/linux/rust/syn/gen/
H A Dfold.rs763 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 Dclone.rs1707 impl Clone for crate::PredicateLifetime { implementation
1709 crate::PredicateLifetime { in clone()
H A Deq.rs1689 impl Eq for crate::PredicateLifetime {} implementation
1692 impl PartialEq for crate::PredicateLifetime { implementation
H A Dvisit_mut.rs720 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 Dvisit.rs712 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 Dhash.rs2156 impl Hash for crate::PredicateLifetime { implementation
H A Ddebug.rs2463 impl Debug for crate::PredicateLifetime { implementation