Searched refs:PredicateLifetime (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/syn/src/ |
D | generics.rs | 548 Lifetime(PredicateLifetime), 578 pub struct PredicateLifetime { 940 Ok(WherePredicate::Lifetime(PredicateLifetime { in parse() 1281 impl ToTokens for PredicateLifetime { implementation
|
D | lib.rs | 361 PredicateLifetime, PredicateType, TraitBound, TraitBoundModifier, TypeParam, TypeParamBound,
|
/external/rust/crates/syn/src/gen/ |
D | fold.rs | 585 fn fold_predicate_lifetime(&mut self, i: PredicateLifetime) -> PredicateLifetime { in fold_predicate_lifetime() argument 2622 pub fn fold_predicate_lifetime<F>(f: &mut F, node: PredicateLifetime) -> PredicateLifetime in fold_predicate_lifetime() 2626 PredicateLifetime { in fold_predicate_lifetime()
|
D | clone.rs | 1693 impl Clone for PredicateLifetime { implementation 1695 PredicateLifetime { in clone()
|
D | eq.rs | 1705 impl Eq for PredicateLifetime {} implementation 1708 impl PartialEq for PredicateLifetime { implementation
|
D | visit_mut.rs | 585 fn visit_predicate_lifetime_mut(&mut self, i: &mut PredicateLifetime) { in visit_predicate_lifetime_mut() argument 3063 pub fn visit_predicate_lifetime_mut<V>(v: &mut V, node: &mut PredicateLifetime) in visit_predicate_lifetime_mut()
|
D | visit.rs | 581 fn visit_predicate_lifetime(&mut self, i: &'ast PredicateLifetime) { in visit_predicate_lifetime() argument 3057 pub fn visit_predicate_lifetime<'ast, V>(v: &mut V, node: &'ast PredicateLifetime) in visit_predicate_lifetime()
|
D | hash.rs | 2159 impl Hash for PredicateLifetime { implementation
|
D | debug.rs | 2315 impl Debug for PredicateLifetime { implementation
|
/external/rust/crates/syn/tests/debug/ |
D | gen.rs | 4252 impl Debug for Lite<syn::PredicateLifetime> {
|