Home
last modified time | relevance | path

Searched defs:TypeParamBound (Results 1 – 12 of 12) sorted by relevance

/external/rust/crates/serde_derive/src/internals/
Dreceiver.rs207 fn visit_type_param_bound_mut(&mut self, bound: &mut TypeParamBound) { in visit_type_param_bound_mut()
/external/rust/crates/serde_derive/src/
Dbound.rs228 fn visit_type_param_bound(&mut self, bound: &'ast syn::TypeParamBound) { in with_bound()
/external/rust/crates/syn/src/
Dpath.rs412 fn constraint_bounds(input: ParseStream) -> Result<Punctuated<TypeParamBound, Token![+]>> { in constraint_bounds()
Dgenerics.rs820 impl Parse for TypeParamBound { implementation
Dty.rs869 fn at_least_one_type(bounds: &Punctuated<TypeParamBound, Token![+]>) -> bool { in at_least_one_type()
/external/rust/crates/syn/src/gen/
Deq.rs2027 impl Eq for TypeParamBound {} implementation
2030 impl PartialEq for TypeParamBound { implementation
Dclone.rs1995 impl Clone for TypeParamBound { implementation
Dhash.rs2562 impl Hash for TypeParamBound { implementation
Dvisit_mut.rs684 fn visit_type_param_bound_mut(&mut self, i: &mut TypeParamBound) { in visit_type_param_bound_mut()
Dfold.rs684 fn fold_type_param_bound(&mut self, i: TypeParamBound) -> TypeParamBound { in fold_type_param_bound()
Ddebug.rs2731 impl Debug for TypeParamBound { implementation
Dvisit.rs680 fn visit_type_param_bound(&mut self, i: &'ast TypeParamBound) { in visit_type_param_bound()