Searched defs:BoundLifetimes (Results 1 – 8 of 8) sorted by relevance
435 impl Default for BoundLifetimes { implementation726 impl Parse for BoundLifetimes { implementation1208 impl ToTokens for BoundLifetimes { implementation
135 impl Eq for BoundLifetimes {} implementation138 impl PartialEq for BoundLifetimes { implementation
109 impl Clone for BoundLifetimes { implementation
202 impl Hash for BoundLifetimes { implementation
75 fn visit_bound_lifetimes_mut(&mut self, i: &mut BoundLifetimes) { in visit_bound_lifetimes_mut()
72 fn fold_bound_lifetimes(&mut self, i: BoundLifetimes) -> BoundLifetimes { in fold_bound_lifetimes()
251 impl Debug for BoundLifetimes { implementation
74 fn visit_bound_lifetimes(&mut self, i: &'ast BoundLifetimes) { in visit_bound_lifetimes()