Searched refs:PredicateLifetime (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/syn/src/ |
D | generics.rs | 541 Lifetime(PredicateLifetime), 571 pub struct PredicateLifetime { 986 Ok(WherePredicate::Lifetime(PredicateLifetime { in parse() 1346 impl ToTokens for PredicateLifetime { implementation
|
D | lib.rs | 353 PredicateLifetime, PredicateType, TraitBound, TraitBoundModifier, TypeParam, TypeParamBound,
|
/external/rust/crates/syn/src/gen/ |
D | fold.rs | 588 fn fold_predicate_lifetime(&mut self, i: PredicateLifetime) -> PredicateLifetime { in fold_predicate_lifetime() argument 2730 node: PredicateLifetime, in fold_predicate_lifetime() argument 2731 ) -> PredicateLifetime in fold_predicate_lifetime() 2735 PredicateLifetime { in fold_predicate_lifetime()
|
D | clone.rs | 1700 impl Clone for PredicateLifetime { implementation 1702 PredicateLifetime { in clone()
|
D | eq.rs | 1625 impl Eq for PredicateLifetime {} implementation 1628 impl PartialEq for PredicateLifetime { implementation
|
D | visit_mut.rs | 588 fn visit_predicate_lifetime_mut(&mut self, i: &mut PredicateLifetime) { in visit_predicate_lifetime_mut() argument 3067 pub fn visit_predicate_lifetime_mut<V>(v: &mut V, node: &mut PredicateLifetime) in visit_predicate_lifetime_mut()
|
D | visit.rs | 587 fn visit_predicate_lifetime(&mut self, i: &'ast PredicateLifetime) { in visit_predicate_lifetime() argument 3067 pub fn visit_predicate_lifetime<'ast, V>(v: &mut V, node: &'ast PredicateLifetime) in visit_predicate_lifetime()
|
D | hash.rs | 2164 impl Hash for PredicateLifetime { implementation
|
D | debug.rs | 2320 impl Debug for PredicateLifetime { implementation
|
/external/rust/crates/syn/tests/debug/ |
D | gen.rs | 4244 impl Debug for Lite<syn::PredicateLifetime> {
|