Searched refs:BoundLifetimes (Results 1 – 12 of 12) sorted by relevance
/third_party/rust/crates/syn/src/ |
D | generics.rs | 427 pub struct BoundLifetimes { 435 impl Default for BoundLifetimes { implementation 437 BoundLifetimes { in default() 492 pub lifetimes: Option<BoundLifetimes>, 556 pub lifetimes: Option<BoundLifetimes>, 726 impl Parse for BoundLifetimes { implementation 728 Ok(BoundLifetimes { in parse() 748 impl Parse for Option<BoundLifetimes> { 869 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse() 1208 impl ToTokens for BoundLifetimes { implementation
|
D | lib.rs | 352 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeDef, PredicateEq,
|
D | ty.rs | 112 pub lifetimes: Option<BoundLifetimes>, 407 let mut lifetimes = None::<BoundLifetimes>; in ambig_ty()
|
D | expr.rs | 1741 input.parse::<BoundLifetimes>()?; in atom_expr()
|
/third_party/rust/crates/syn/src/gen/ |
D | fold.rs | 72 fn fold_bound_lifetimes(&mut self, i: BoundLifetimes) -> BoundLifetimes { in fold_bound_lifetimes() argument 980 pub fn fold_bound_lifetimes<F>(f: &mut F, node: BoundLifetimes) -> BoundLifetimes in fold_bound_lifetimes() 984 BoundLifetimes { in fold_bound_lifetimes()
|
D | clone.rs | 109 impl Clone for BoundLifetimes { implementation 111 BoundLifetimes { in clone()
|
D | eq.rs | 135 impl Eq for BoundLifetimes {} implementation 138 impl PartialEq for BoundLifetimes { implementation
|
D | visit_mut.rs | 75 fn visit_bound_lifetimes_mut(&mut self, i: &mut BoundLifetimes) { in visit_bound_lifetimes_mut() argument 978 pub fn visit_bound_lifetimes_mut<V>(v: &mut V, node: &mut BoundLifetimes) in visit_bound_lifetimes_mut()
|
D | visit.rs | 74 fn visit_bound_lifetimes(&mut self, i: &'ast BoundLifetimes) { in visit_bound_lifetimes() argument 977 pub fn visit_bound_lifetimes<'ast, V>(v: &mut V, node: &'ast BoundLifetimes) in visit_bound_lifetimes()
|
D | hash.rs | 202 impl Hash for BoundLifetimes { implementation
|
D | debug.rs | 251 impl Debug for BoundLifetimes { implementation
|
/third_party/rust/crates/syn/tests/debug/ |
D | gen.rs | 278 impl Debug for Lite<syn::BoundLifetimes> { 4262 struct Print(syn::BoundLifetimes); in fmt() 4528 struct Print(syn::BoundLifetimes); in fmt() 4841 struct Print(syn::BoundLifetimes); in fmt() 5075 struct Print(syn::BoundLifetimes); in fmt()
|