Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dgenerics.rs548 Lifetime(PredicateLifetime),
578 pub struct PredicateLifetime {
940 Ok(WherePredicate::Lifetime(PredicateLifetime { in parse()
1281 impl ToTokens for PredicateLifetime { implementation
Dlib.rs361 PredicateLifetime, PredicateType, TraitBound, TraitBoundModifier, TypeParam, TypeParamBound,
/external/rust/crates/syn/src/gen/
Dfold.rs585 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()
Dclone.rs1693 impl Clone for PredicateLifetime { implementation
1695 PredicateLifetime { in clone()
Deq.rs1705 impl Eq for PredicateLifetime {} implementation
1708 impl PartialEq for PredicateLifetime { implementation
Dvisit_mut.rs585 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()
Dvisit.rs581 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()
Dhash.rs2159 impl Hash for PredicateLifetime { implementation
Ddebug.rs2315 impl Debug for PredicateLifetime { implementation
/external/rust/crates/syn/tests/debug/
Dgen.rs4252 impl Debug for Lite<syn::PredicateLifetime> {