Home
last modified time | relevance | path

Searched refs:BoundLifetimes (Results 1 – 12 of 12) sorted by relevance

/third_party/rust/crates/syn/src/
Dgenerics.rs427 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
Dlib.rs352 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeDef, PredicateEq,
Dty.rs112 pub lifetimes: Option<BoundLifetimes>,
407 let mut lifetimes = None::<BoundLifetimes>; in ambig_ty()
Dexpr.rs1741 input.parse::<BoundLifetimes>()?; in atom_expr()
/third_party/rust/crates/syn/src/gen/
Dfold.rs72 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()
Dclone.rs109 impl Clone for BoundLifetimes { implementation
111 BoundLifetimes { in clone()
Deq.rs135 impl Eq for BoundLifetimes {} implementation
138 impl PartialEq for BoundLifetimes { implementation
Dvisit_mut.rs75 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()
Dvisit.rs74 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()
Dhash.rs202 impl Hash for BoundLifetimes { implementation
Ddebug.rs251 impl Debug for BoundLifetimes { implementation
/third_party/rust/crates/syn/tests/debug/
Dgen.rs278 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()