Searched defs:TypeParamBound (Results 1 – 11 of 11) sorted by relevance
| /linux/rust/syn/ |
| H A D | classify.rs | 119 bounds: &Punctuated<TypeParamBound, Token![+]>, in trailing_unparameterized_path() 292 bounds: &Punctuated<TypeParamBound, Token![+]>, in expr_trailing_brace()
|
| H A D | generics.rs | 745 impl Parse for TypeParamBound { implementation 753 impl TypeParamBound { implementation
|
| H A D | ty.rs | 848 ) -> Result<Punctuated<TypeParamBound, Token![+]>> { in parse_bounds()
|
| H A D | item.rs | 1202 ) -> Result<(Option<Token![:]>, Punctuated<TypeParamBound, Token![+]>)> { in parse_optional_bounds()
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 917 i: crate::TypeParamBound, in fold_type_param_bound() 918 ) -> crate::TypeParamBound { in fold_type_param_bound() 3612 node: crate::TypeParamBound, in fold_type_param_bound()
|
| H A D | eq.rs | 2040 impl Eq for crate::TypeParamBound {} implementation 2043 impl PartialEq for crate::TypeParamBound { implementation
|
| H A D | clone.rs | 2033 impl Clone for crate::TypeParamBound { implementation
|
| H A D | hash.rs | 2588 impl Hash for crate::TypeParamBound { implementation
|
| H A D | visit_mut.rs | 852 fn visit_type_param_bound_mut(&mut self, i: &mut crate::TypeParamBound) { in visit_type_param_bound_mut()
|
| H A D | visit.rs | 844 fn visit_type_param_bound(&mut self, i: &'ast crate::TypeParamBound) { in visit_type_param_bound()
|
| H A D | debug.rs | 2904 impl Debug for crate::TypeParamBound { implementation
|