Searched defs:BoundLifetimes (Results 1 – 8 of 8) sorted by relevance
410 impl Default for BoundLifetimes { implementation667 impl Parse for BoundLifetimes { implementation1122 impl ToTokens for BoundLifetimes { implementation
156 impl Eq for BoundLifetimes {} implementation159 impl PartialEq for BoundLifetimes { implementation
133 impl Clone for BoundLifetimes { implementation
226 impl Hash for BoundLifetimes { implementation
92 fn fold_bound_lifetimes(&mut self, i: BoundLifetimes) -> BoundLifetimes { in fold_bound_lifetimes()
92 fn visit_bound_lifetimes_mut(&mut self, i: &mut BoundLifetimes) { in visit_bound_lifetimes_mut()
91 fn visit_bound_lifetimes(&mut self, i: &'ast BoundLifetimes) { in visit_bound_lifetimes()
282 impl Debug for BoundLifetimes { implementation