Searched refs:TypeParam (Results 1 – 9 of 9) sorted by relevance
| /linux/rust/syn/ |
| H A D | generics.rs | 51 Type(TypeParam), 72 pub struct TypeParam { 124 pub fn type_params(&self) -> impl Iterator<Item = &TypeParam> [TypeParams] { 131 pub fn type_params_mut(&mut self) -> impl Iterator<Item = &mut TypeParam> [TypeParamsMut] { 218 type Item = &'a TypeParam; 232 type Item = &'a mut TypeParam; 387 impl From<Ident> for TypeParam { implementation 389 TypeParam { in from() 525 PredicateType, TraitBound, TraitBoundModifier, TypeParam, TypeParamBound, WhereClause, 562 params.push_value(GenericParam::Type(TypeParam { in parse() [all …]
|
| H A D | lib.rs | 408 PredicateType, TraitBound, TraitBoundModifier, TypeParam, TypeParamBound, WhereClause,
|
| /linux/rust/syn/gen/ |
| H A D | fold.rs | 910 fn fold_type_param(&mut self, i: crate::TypeParam) -> crate::TypeParam { in fold_type_param() argument 3595 pub fn fold_type_param<F>(f: &mut F, node: crate::TypeParam) -> crate::TypeParam in fold_type_param() 3599 crate::TypeParam { in fold_type_param()
|
| H A D | clone.rs | 2019 impl Clone for crate::TypeParam { implementation 2021 crate::TypeParam { in clone()
|
| H A D | eq.rs | 2028 impl Eq for crate::TypeParam {} implementation 2031 impl PartialEq for crate::TypeParam { implementation
|
| H A D | visit_mut.rs | 847 fn visit_type_param_mut(&mut self, i: &mut crate::TypeParam) { in visit_type_param_mut() argument 3476 pub fn visit_type_param_mut<V>(v: &mut V, node: &mut crate::TypeParam) in visit_type_param_mut()
|
| H A D | visit.rs | 839 fn visit_type_param(&mut self, i: &'ast crate::TypeParam) { in visit_type_param() argument 3652 pub fn visit_type_param<'ast, V>(v: &mut V, node: &'ast crate::TypeParam) in visit_type_param()
|
| H A D | hash.rs | 2573 impl Hash for crate::TypeParam { implementation
|
| H A D | debug.rs | 2890 impl Debug for crate::TypeParam { implementation
|