Searched defs:BoundLifetimes (Results 1 – 8 of 8) sorted by relevance
365 impl Default for BoundLifetimes { implementation668 impl Parse for BoundLifetimes { implementation1303 impl ToTokens for BoundLifetimes { implementation
97 i: crate::BoundLifetimes, in fold_bound_lifetimes()98 ) -> crate::BoundLifetimes { in fold_bound_lifetimes()1197 node: crate::BoundLifetimes, in fold_bound_lifetimes()
157 impl Eq for crate::BoundLifetimes {} implementation160 impl PartialEq for crate::BoundLifetimes { implementation
134 impl Clone for crate::BoundLifetimes { implementation
227 impl Hash for crate::BoundLifetimes { implementation
99 fn visit_bound_lifetimes_mut(&mut self, i: &mut crate::BoundLifetimes) { in visit_bound_lifetimes_mut()
91 fn visit_bound_lifetimes(&mut self, i: &'ast crate::BoundLifetimes) { in visit_bound_lifetimes()
285 impl Debug for crate::BoundLifetimes { implementation