Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/serde_derive/src/internals/
Dreceiver.rs208 fn visit_type_param_bound_mut(&mut self, bound: &mut TypeParamBound) { in visit_type_param_bound_mut()
/third_party/rust/crates/syn/src/
Dgenerics.rs748 impl Parse for TypeParamBound { implementation
781 impl TypeParamBound { impl
Dty.rs803 ) -> Result<Punctuated<TypeParamBound, Token![+]>> { in parse_bounds()
Ditem.rs1163 ) -> Result<(Option<Token![:]>, Punctuated<TypeParamBound, Token![+]>)> { in parse_optional_bounds()
/third_party/rust/crates/serde/serde_derive/src/
Dbound.rs226 fn visit_type_param_bound(&mut self, bound: &'ast syn::TypeParamBound) { in with_bound()
/third_party/rust/crates/syn/src/gen/
Deq.rs1900 impl Eq for TypeParamBound {} implementation
1903 impl PartialEq for TypeParamBound { implementation
Dclone.rs1959 impl Clone for TypeParamBound { implementation
Dhash.rs2521 impl Hash for TypeParamBound { implementation
Dvisit_mut.rs823 fn visit_type_param_bound_mut(&mut self, i: &mut TypeParamBound) { in visit_type_param_bound_mut()
Dfold.rs826 fn fold_type_param_bound(&mut self, i: TypeParamBound) -> TypeParamBound { in fold_type_param_bound()
Dvisit.rs822 fn visit_type_param_bound(&mut self, i: &'ast TypeParamBound) { in visit_type_param_bound()
Ddebug.rs2732 impl Debug for TypeParamBound { implementation