Searched defs:TypeParamBound (Results 1 – 12 of 12) sorted by relevance
207 fn visit_type_param_bound_mut(&mut self, bound: &mut TypeParamBound) { in visit_type_param_bound_mut()
228 fn visit_type_param_bound(&mut self, bound: &'ast syn::TypeParamBound) { in with_bound()
412 fn constraint_bounds(input: ParseStream) -> Result<Punctuated<TypeParamBound, Token![+]>> { in constraint_bounds()
820 impl Parse for TypeParamBound { implementation
869 fn at_least_one_type(bounds: &Punctuated<TypeParamBound, Token![+]>) -> bool { in at_least_one_type()
2027 impl Eq for TypeParamBound {} implementation2030 impl PartialEq for TypeParamBound { implementation
1995 impl Clone for TypeParamBound { implementation
2562 impl Hash for TypeParamBound { implementation
684 fn visit_type_param_bound_mut(&mut self, i: &mut TypeParamBound) { in visit_type_param_bound_mut()
684 fn fold_type_param_bound(&mut self, i: TypeParamBound) -> TypeParamBound { in fold_type_param_bound()
2731 impl Debug for TypeParamBound { implementation
680 fn visit_type_param_bound(&mut self, i: &'ast TypeParamBound) { in visit_type_param_bound()