Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dgenerics.rs357 pub struct BoundLifetimes {
365 impl Default for BoundLifetimes { implementation
367 BoundLifetimes { in default()
419 pub lifetimes: Option<BoundLifetimes>,
507 pub lifetimes: Option<BoundLifetimes>,
524 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeParam, PredicateLifetime,
668 impl Parse for BoundLifetimes { implementation
670 Ok(BoundLifetimes { in parse()
690 impl Parse for Option<BoundLifetimes> {
835 let mut lifetimes: Option<BoundLifetimes> = input.parse()?; in do_parse()
[all …]
H A Dty.rs5 use crate::generics::{BoundLifetimes, TypeParamBound};
109 pub lifetimes: Option<BoundLifetimes>,
280 use crate::generics::{BoundLifetimes, TraitBound, TraitBoundModifier, TypeParamBound};
362 let mut lifetimes = None::<BoundLifetimes>; in ambig_ty()
H A Dlib.rs407 BoundLifetimes, ConstParam, GenericParam, Generics, LifetimeParam, PredicateLifetime,
H A Dexpr.rs9 use crate::generics::BoundLifetimes;
374 pub lifetimes: Option<BoundLifetimes>,
1194 use crate::generics::{self, BoundLifetimes};
2536 let lifetimes: Option<BoundLifetimes> = input.parse()?; in expr_closure()
/linux/rust/syn/gen/
H A Dfold.rs97 i: crate::BoundLifetimes, in fold_bound_lifetimes() argument
98 ) -> crate::BoundLifetimes { in fold_bound_lifetimes() argument
1197 node: crate::BoundLifetimes, in fold_bound_lifetimes() argument
1198 ) -> crate::BoundLifetimes in fold_bound_lifetimes()
1202 crate::BoundLifetimes { in fold_bound_lifetimes()
H A Dclone.rs134 impl Clone for crate::BoundLifetimes { implementation
136 crate::BoundLifetimes { in clone()
H A Deq.rs157 impl Eq for crate::BoundLifetimes {} implementation
160 impl PartialEq for crate::BoundLifetimes { implementation
H A Dvisit_mut.rs99 fn visit_bound_lifetimes_mut(&mut self, i: &mut crate::BoundLifetimes) { in visit_bound_lifetimes_mut() argument
1183 pub fn visit_bound_lifetimes_mut<V>(v: &mut V, node: &mut crate::BoundLifetimes) in visit_bound_lifetimes_mut()
H A Dvisit.rs91 fn visit_bound_lifetimes(&mut self, i: &'ast crate::BoundLifetimes) { in visit_bound_lifetimes() argument
1181 pub fn visit_bound_lifetimes<'ast, V>(v: &mut V, node: &'ast crate::BoundLifetimes) in visit_bound_lifetimes()
H A Dhash.rs227 impl Hash for crate::BoundLifetimes { implementation
H A Ddebug.rs285 impl Debug for crate::BoundLifetimes { implementation