Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dgenerics.rs434 pub struct BoundLifetimes {
442 impl Default for BoundLifetimes { implementation
444 BoundLifetimes { in default()
499 pub lifetimes: Option<BoundLifetimes>,
563 pub lifetimes: Option<BoundLifetimes>,
733 impl Parse for BoundLifetimes { implementation
735 Ok(BoundLifetimes { in parse()
755 impl Parse for Option<BoundLifetimes> {
842 let lifetimes: Option<BoundLifetimes> = input.parse()?; in parse()
1160 impl ToTokens for BoundLifetimes { implementation
Dlib.rs360 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeDef, PredicateEq,
Dty.rs115 pub lifetimes: Option<BoundLifetimes>,
403 let mut lifetimes = None::<BoundLifetimes>; in ambig_ty()
/external/rust/crates/syn/src/gen/
Dfold.rs72 fn fold_bound_lifetimes(&mut self, i: BoundLifetimes) -> BoundLifetimes { in fold_bound_lifetimes() argument
933 pub fn fold_bound_lifetimes<F>(f: &mut F, node: BoundLifetimes) -> BoundLifetimes in fold_bound_lifetimes()
937 BoundLifetimes { in fold_bound_lifetimes()
Dclone.rs109 impl Clone for BoundLifetimes { implementation
111 BoundLifetimes { in clone()
Deq.rs139 impl Eq for BoundLifetimes {} implementation
142 impl PartialEq for BoundLifetimes { implementation
Dvisit_mut.rs75 fn visit_bound_lifetimes_mut(&mut self, i: &mut BoundLifetimes) { in visit_bound_lifetimes_mut() argument
974 pub fn visit_bound_lifetimes_mut<V>(v: &mut V, node: &mut BoundLifetimes) in visit_bound_lifetimes_mut()
Dvisit.rs71 fn visit_bound_lifetimes(&mut self, i: &'ast BoundLifetimes) { in visit_bound_lifetimes() argument
970 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
/external/rust/crates/syn/tests/debug/
Dgen.rs278 impl Debug for Lite<syn::BoundLifetimes> {
4270 struct Print(syn::BoundLifetimes); in fmt()
4533 struct Print(syn::BoundLifetimes); in fmt()
4846 struct Print(syn::BoundLifetimes); in fmt()
5080 struct Print(syn::BoundLifetimes); in fmt()