Searched refs:PredicateLifetime (Results 1 - 10 of 10) sorted by relevance
/third_party/rust/crates/syn/src/ |
H A D | generics.rs | 501 Lifetime(PredicateLifetime), 511 pub struct PredicateLifetime { structure names 913 Ok(WherePredicate::Lifetime(PredicateLifetime { in parse() 1210 impl ToTokens for PredicateLifetime {
|
H A D | lib.rs | 384 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeParam, PredicateLifetime,
|
/third_party/rust/crates/syn/src/gen/ |
H A D | visit.rs | 689 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 D | clone.rs | 1637 impl Clone for PredicateLifetime { 1639 PredicateLifetime { in clone()
|
H A D | fold.rs | 690 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 D | eq.rs | 1568 impl Eq for PredicateLifetime {} 1571 impl PartialEq for PredicateLifetime {
|
H A D | visit_mut.rs | 690 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 D | hash.rs | 2089 impl Hash for PredicateLifetime {
|
H A D | debug.rs | 2303 impl Debug for PredicateLifetime { 2305 let mut formatter = formatter.debug_struct("PredicateLifetime"); in fmt()
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 3529 impl Debug for Lite<syn::PredicateLifetime> { 3531 let mut formatter = formatter.debug_struct("PredicateLifetime"); in fmt()
|
Completed in 70 milliseconds