Home
last modified time | relevance | path

Searched refs:AssocType (Results 1 – 9 of 9) sorted by relevance

/linux/rust/syn/
H A Dpath.rs189 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 Dlib.rs496 AngleBracketedGenericArguments, AssocConst, AssocType, Constraint, GenericArgument,
/linux/rust/syn/gen/
H A Dclone.rs57 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 Dfold.rs55 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 Deq.rs52 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 Dhash.rs58 impl Hash for crate::AssocType { implementation
1244 crate::GenericArgument::AssocType(v0) => { in hash()
H A Dvisit_mut.rs57 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 Dvisit.rs56 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 Ddebug.rs64 impl Debug for crate::AssocType { implementation
1437 crate::GenericArgument::AssocType(v0) => { in fmt()