Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dgenerics.rs541 Lifetime(PredicateLifetime),
571 pub struct PredicateLifetime {
986 Ok(WherePredicate::Lifetime(PredicateLifetime { in parse()
1346 impl ToTokens for PredicateLifetime { implementation
Dlib.rs353 PredicateLifetime, PredicateType, TraitBound, TraitBoundModifier, TypeParam, TypeParamBound,
/external/rust/crates/syn/src/gen/
Dfold.rs588 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()
Dclone.rs1700 impl Clone for PredicateLifetime { implementation
1702 PredicateLifetime { in clone()
Deq.rs1625 impl Eq for PredicateLifetime {} implementation
1628 impl PartialEq for PredicateLifetime { implementation
Dvisit_mut.rs588 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()
Dvisit.rs587 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()
Dhash.rs2164 impl Hash for PredicateLifetime { implementation
Ddebug.rs2320 impl Debug for PredicateLifetime { implementation
/external/rust/crates/syn/tests/debug/
Dgen.rs4244 impl Debug for Lite<syn::PredicateLifetime> {