Searched refs:BoundLifetimes (Results 1 - 11 of 11) sorted by relevance
/third_party/rust/crates/syn/src/ |
H A D | generics.rs | 402 pub struct BoundLifetimes { structure names 410 impl Default for BoundLifetimes { 412 BoundLifetimes { in default() 463 pub lifetimes: Option<BoundLifetimes>, 523 pub lifetimes: Option<BoundLifetimes>, 667 impl Parse for BoundLifetimes { 669 Ok(BoundLifetimes { in parse() 696 impl Parse for Option<BoundLifetimes> { 811 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse() 1122 impl ToTokens for BoundLifetimes { [all...] |
H A D | lib.rs | 384 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeParam, PredicateLifetime,
|
H A D | ty.rs | 99 pub lifetimes: Option<BoundLifetimes>, 338 let mut lifetimes = None::<BoundLifetimes>;
|
H A D | expr.rs | 346 pub lifetimes: Option<BoundLifetimes>, 2385 let lifetimes: Option<BoundLifetimes> = input.parse()?; in expr_closure()
|
/third_party/rust/crates/syn/tests/debug/ |
H A D | gen.rs | 308 impl Debug for Lite<syn::BoundLifetimes> { 310 let mut formatter = formatter.debug_struct("BoundLifetimes"); in fmt() 570 struct Print(syn::BoundLifetimes); in fmt() 1192 struct Print(syn::BoundLifetimes); in fmt() 3545 struct Print(syn::BoundLifetimes); in fmt() 3800 struct Print(syn::BoundLifetimes); in fmt() 4042 struct Print(syn::BoundLifetimes); in fmt() 4219 struct Print(syn::BoundLifetimes); in fmt()
|
/third_party/rust/crates/syn/src/gen/ |
H A D | clone.rs | 133 impl Clone for BoundLifetimes { 135 BoundLifetimes { in clone()
|
H A D | fold.rs | 92 fn fold_bound_lifetimes(&mut self, i: BoundLifetimes) -> BoundLifetimes { in fold_bound_lifetimes() 1097 pub fn fold_bound_lifetimes<F>(f: &mut F, node: BoundLifetimes) -> BoundLifetimes in fold_bound_lifetimes() 1101 BoundLifetimes { in fold_bound_lifetimes()
|
H A D | eq.rs | 156 impl Eq for BoundLifetimes {} 159 impl PartialEq for BoundLifetimes {
|
H A D | visit_mut.rs | 92 fn visit_bound_lifetimes_mut(&mut self, i: &mut BoundLifetimes) { in visit_bound_lifetimes_mut() 1160 pub fn visit_bound_lifetimes_mut<V>(v: &mut V, node: &mut BoundLifetimes) in visit_bound_lifetimes_mut()
|
H A D | hash.rs | 226 impl Hash for BoundLifetimes {
|
H A D | debug.rs | 282 impl Debug for BoundLifetimes { 284 let mut formatter = formatter.debug_struct("BoundLifetimes"); in fmt()
|
Completed in 38 milliseconds