Searched defs:TypePath (Results 1 – 8 of 8) sorted by relevance
783 impl Parse for TypePath { implementation1174 impl ToTokens for TypePath { implementation
2079 impl Eq for crate::TypePath {} implementation2082 impl PartialEq for crate::TypePath { implementation
2064 impl Clone for crate::TypePath { implementation
2948 impl Debug for crate::TypePath { implementation2954 impl crate::TypePath { implementation
2628 impl Hash for crate::TypePath { implementation
862 fn visit_type_path_mut(&mut self, i: &mut crate::TypePath) { in visit_type_path_mut()
928 fn fold_type_path(&mut self, i: crate::TypePath) -> crate::TypePath { in fold_type_path()
854 fn visit_type_path(&mut self, i: &'ast crate::TypePath) { in visit_type_path()