Searched defs:TypePath (Results 1 – 9 of 9) sorted by relevance
25 fn self_ty(&self, span: Span) -> TypePath { in self_ty()91 fn visit_type_path_mut(&mut self, ty: &mut TypePath) { in visit_type_path_mut()155 fn visit_type_path_mut_impl(&mut self, ty: &mut TypePath) { in visit_type_path_mut_impl()
738 impl Parse for TypePath { implementation1090 impl ToTokens for TypePath { implementation
2767 impl Debug for TypePath { implementation2769 impl TypePath { in fmt() implementation
1931 impl Eq for TypePath {} implementation1934 impl PartialEq for TypePath { implementation
1980 impl Clone for TypePath { implementation
2554 impl Hash for TypePath { implementation
833 fn visit_type_path_mut(&mut self, i: &mut TypePath) { in visit_type_path_mut()
836 fn fold_type_path(&mut self, i: TypePath) -> TypePath { in fold_type_path()
832 fn visit_type_path(&mut self, i: &'ast TypePath) { in visit_type_path()