Searched refs:PredicateLifetime (Results 1 – 10 of 10) sorted by relevance
/third_party/rust/crates/syn/src/ |
D | generics.rs | 501 Lifetime(PredicateLifetime), 511 pub struct PredicateLifetime { 913 Ok(WherePredicate::Lifetime(PredicateLifetime { in parse() 1210 impl ToTokens for PredicateLifetime { implementation
|
D | lib.rs | 384 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeParam, PredicateLifetime,
|
/third_party/rust/crates/syn/src/gen/ |
D | fold.rs | 690 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()
|
D | clone.rs | 1637 impl Clone for PredicateLifetime { implementation 1639 PredicateLifetime { in clone()
|
D | eq.rs | 1568 impl Eq for PredicateLifetime {} implementation 1571 impl PartialEq for PredicateLifetime { implementation
|
D | visit_mut.rs | 690 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()
|
D | visit.rs | 689 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()
|
D | hash.rs | 2089 impl Hash for PredicateLifetime { implementation
|
D | debug.rs | 2303 impl Debug for PredicateLifetime { implementation
|
/third_party/rust/crates/syn/tests/debug/ |
D | gen.rs | 3529 impl Debug for Lite<syn::PredicateLifetime> {
|