Searched refs:AssocType (Results 1 – 9 of 9) sorted by relevance
| /linux/rust/syn/ |
| H A D | path.rs | 189 AssocType(AssocType), 214 pub struct AssocType { 301 AngleBracketedGenericArguments, AssocConst, AssocType, GenericArgument, 356 Ok(GenericArgument::AssocType(AssocType { in parse() 705 AngleBracketedGenericArguments, AssocConst, AssocType, Constraint, GenericArgument, 787 GenericArgument::AssocType(assoc) => assoc.to_tokens(tokens), in to_tokens() 824 | GenericArgument::AssocType(_) in print_angle_bracketed_generic_arguments() 833 | GenericArgument::AssocType(_) in print_angle_bracketed_generic_arguments() 850 impl ToTokens for AssocType { implementation
|
| H A D | lib.rs | 496 AngleBracketedGenericArguments, AssocConst, AssocType, Constraint, GenericArgument,
|
| /linux/rust/syn/gen/ |
| H A D | clone.rs | 57 impl Clone for crate::AssocType { implementation 59 crate::AssocType { in clone() 960 crate::GenericArgument::AssocType(v0) => { in clone() 961 crate::GenericArgument::AssocType(v0.clone()) in clone()
|
| H A D | fold.rs | 55 fn fold_assoc_type(&mut self, i: crate::AssocType) -> crate::AssocType { in fold_assoc_type() argument 1085 pub fn fold_assoc_type<F>(f: &mut F, node: crate::AssocType) -> crate::AssocType in fold_assoc_type() 1089 crate::AssocType { in fold_assoc_type() 2194 crate::GenericArgument::AssocType(_binding_0) => { in fold_generic_argument() 2195 crate::GenericArgument::AssocType(f.fold_assoc_type(_binding_0)) in fold_generic_argument()
|
| H A D | eq.rs | 52 impl Eq for crate::AssocType {} implementation 55 impl PartialEq for crate::AssocType { implementation 968 crate::GenericArgument::AssocType(self0), in eq() 969 crate::GenericArgument::AssocType(other0), in eq()
|
| H A D | hash.rs | 58 impl Hash for crate::AssocType { implementation 1244 crate::GenericArgument::AssocType(v0) => { in hash()
|
| H A D | visit_mut.rs | 57 fn visit_assoc_type_mut(&mut self, i: &mut crate::AssocType) { in visit_assoc_type_mut() argument 1015 pub fn visit_assoc_type_mut<V>(v: &mut V, node: &mut crate::AssocType) in visit_assoc_type_mut() 2122 crate::GenericArgument::AssocType(_binding_0) => { in visit_generic_argument_mut()
|
| H A D | visit.rs | 56 fn visit_assoc_type(&mut self, i: &'ast crate::AssocType) { in visit_assoc_type() argument 1009 pub fn visit_assoc_type<'ast, V>(v: &mut V, node: &'ast crate::AssocType) in visit_assoc_type() 2221 crate::GenericArgument::AssocType(_binding_0) => { in visit_generic_argument()
|
| H A D | debug.rs | 64 impl Debug for crate::AssocType { implementation 1437 crate::GenericArgument::AssocType(v0) => { in fmt()
|