Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dgenerics.rs501 Lifetime(PredicateLifetime),
511 pub struct PredicateLifetime {
913 Ok(WherePredicate::Lifetime(PredicateLifetime { in parse()
1210 impl ToTokens for PredicateLifetime { implementation
Dlib.rs384 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeParam, PredicateLifetime,
/third_party/rust/crates/syn/src/gen/
Dfold.rs690 fn fold_predicate_lifetime(&mut self, i: PredicateLifetime) -> PredicateLifetime { in fold_predicate_lifetime() argument
2830 node: PredicateLifetime, in fold_predicate_lifetime() argument
2831 ) -> PredicateLifetime in fold_predicate_lifetime()
2835 PredicateLifetime { in fold_predicate_lifetime()
Dclone.rs1637 impl Clone for PredicateLifetime { implementation
1639 PredicateLifetime { in clone()
Deq.rs1568 impl Eq for PredicateLifetime {} implementation
1571 impl PartialEq for PredicateLifetime { implementation
Dvisit_mut.rs690 fn visit_predicate_lifetime_mut(&mut self, i: &mut PredicateLifetime) { in visit_predicate_lifetime_mut() argument
3139 pub fn visit_predicate_lifetime_mut<V>(v: &mut V, node: &mut PredicateLifetime) in visit_predicate_lifetime_mut()
Dvisit.rs689 fn visit_predicate_lifetime(&mut self, i: &'ast PredicateLifetime) { in visit_predicate_lifetime() argument
3136 pub fn visit_predicate_lifetime<'ast, V>(v: &mut V, node: &'ast PredicateLifetime) in visit_predicate_lifetime()
Dhash.rs2089 impl Hash for PredicateLifetime { implementation
Ddebug.rs2303 impl Debug for PredicateLifetime { implementation
/third_party/rust/crates/syn/tests/debug/
Dgen.rs3529 impl Debug for Lite<syn::PredicateLifetime> {