Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dgenerics.rs813 impl Parse for TypeParamBound { implementation
831 impl TypeParamBound { impl
Dpath.rs454 fn constraint_bounds(input: ParseStream) -> Result<Punctuated<TypeParamBound, Token![+]>> { in constraint_bounds()
Dty.rs925 ) -> Result<Punctuated<TypeParamBound, Token![+]>> { in parse_bounds()
/external/rust/crates/serde_derive/src/internals/
Dreceiver.rs205 fn visit_type_param_bound_mut(&mut self, bound: &mut TypeParamBound) { in visit_type_param_bound_mut()
/external/rust/crates/serde_derive/src/
Dbound.rs226 fn visit_type_param_bound(&mut self, bound: &'ast syn::TypeParamBound) { in with_bound()
/external/rust/crates/syn/src/gen/
Deq.rs1928 impl Eq for TypeParamBound {} implementation
1931 impl PartialEq for TypeParamBound { implementation
Dclone.rs2002 impl Clone for TypeParamBound { implementation
Dhash.rs2567 impl Hash for TypeParamBound { implementation
Dvisit_mut.rs687 fn visit_type_param_bound_mut(&mut self, i: &mut TypeParamBound) { in visit_type_param_bound_mut()
Dfold.rs690 fn fold_type_param_bound(&mut self, i: TypeParamBound) -> TypeParamBound { in fold_type_param_bound()
Ddebug.rs2738 impl Debug for TypeParamBound { implementation
Dvisit.rs686 fn visit_type_param_bound(&mut self, i: &'ast TypeParamBound) { in visit_type_param_bound()