Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
H A Dgenerics.rs501 Lifetime(PredicateLifetime),
511 pub struct PredicateLifetime { structure names
913 Ok(WherePredicate::Lifetime(PredicateLifetime { in parse()
1210 impl ToTokens for PredicateLifetime {
H A Dlib.rs384 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeParam, PredicateLifetime,
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs689 fn visit_predicate_lifetime(&mut self, i: &'ast PredicateLifetime) { in visit_predicate_lifetime()
3136 pub fn visit_predicate_lifetime<'ast, V>(v: &mut V, node: &'ast PredicateLifetime) in visit_predicate_lifetime()
H A Dclone.rs1637 impl Clone for PredicateLifetime {
1639 PredicateLifetime { in clone()
H A Dfold.rs690 fn fold_predicate_lifetime(&mut self, i: PredicateLifetime) -> PredicateLifetime { in fold_predicate_lifetime()
2830 node: PredicateLifetime, in fold_predicate_lifetime()
2831 ) -> PredicateLifetime in fold_predicate_lifetime()
2835 PredicateLifetime { in fold_predicate_lifetime()
H A Deq.rs1568 impl Eq for PredicateLifetime {}
1571 impl PartialEq for PredicateLifetime {
H A Dvisit_mut.rs690 fn visit_predicate_lifetime_mut(&mut self, i: &mut PredicateLifetime) { in visit_predicate_lifetime_mut()
3139 pub fn visit_predicate_lifetime_mut<V>(v: &mut V, node: &mut PredicateLifetime) in visit_predicate_lifetime_mut()
H A Dhash.rs2089 impl Hash for PredicateLifetime {
H A Ddebug.rs2303 impl Debug for PredicateLifetime {
2305 let mut formatter = formatter.debug_struct("PredicateLifetime"); in fmt()
/third_party/rust/crates/syn/tests/debug/
H A Dgen.rs3529 impl Debug for Lite<syn::PredicateLifetime> {
3531 let mut formatter = formatter.debug_struct("PredicateLifetime"); in fmt()

Completed in 36 milliseconds