Home
last modified time | relevance | path

Searched defs:BoundLifetimes (Results 1 – 8 of 8) sorted by relevance

/linux/rust/syn/
H A Dgenerics.rs365 impl Default for BoundLifetimes { implementation
668 impl Parse for BoundLifetimes { implementation
1303 impl ToTokens for BoundLifetimes { implementation
/linux/rust/syn/gen/
H A Dfold.rs97 i: crate::BoundLifetimes, in fold_bound_lifetimes()
98 ) -> crate::BoundLifetimes { in fold_bound_lifetimes()
1197 node: crate::BoundLifetimes, in fold_bound_lifetimes()
H A Deq.rs157 impl Eq for crate::BoundLifetimes {} implementation
160 impl PartialEq for crate::BoundLifetimes { implementation
H A Dclone.rs134 impl Clone for crate::BoundLifetimes { implementation
H A Dhash.rs227 impl Hash 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()
H A Dvisit.rs91 fn visit_bound_lifetimes(&mut self, i: &'ast crate::BoundLifetimes) { in visit_bound_lifetimes()
H A Ddebug.rs285 impl Debug for crate::BoundLifetimes { implementation