Searched defs:TypeParamBound (Results 1 – 12 of 12) sorted by relevance
813 impl Parse for TypeParamBound { implementation831 impl TypeParamBound { impl
454 fn constraint_bounds(input: ParseStream) -> Result<Punctuated<TypeParamBound, Token![+]>> { in constraint_bounds()
925 ) -> Result<Punctuated<TypeParamBound, Token![+]>> { in parse_bounds()
205 fn visit_type_param_bound_mut(&mut self, bound: &mut TypeParamBound) { in visit_type_param_bound_mut()
226 fn visit_type_param_bound(&mut self, bound: &'ast syn::TypeParamBound) { in with_bound()
1928 impl Eq for TypeParamBound {} implementation1931 impl PartialEq for TypeParamBound { implementation
2002 impl Clone for TypeParamBound { implementation
2567 impl Hash for TypeParamBound { implementation
687 fn visit_type_param_bound_mut(&mut self, i: &mut TypeParamBound) { in visit_type_param_bound_mut()
690 fn fold_type_param_bound(&mut self, i: TypeParamBound) -> TypeParamBound { in fold_type_param_bound()
2738 impl Debug for TypeParamBound { implementation
686 fn visit_type_param_bound(&mut self, i: &'ast TypeParamBound) { in visit_type_param_bound()