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()157 fn visit_type_path_mut_impl(&mut self, ty: &mut TypePath) { in visit_type_path_mut_impl()
838 impl Parse for TypePath { implementation1210 impl ToTokens for TypePath { implementation
1956 impl Eq for TypePath {} implementation1959 impl PartialEq for TypePath { implementation
2022 impl Clone for TypePath { implementation
2596 impl Hash for TypePath { implementation
695 fn visit_type_path_mut(&mut self, i: &mut TypePath) { in visit_type_path_mut()
698 fn fold_type_path(&mut self, i: TypePath) -> TypePath { in fold_type_path()
2766 impl Debug for TypePath { implementation
694 fn visit_type_path(&mut self, i: &'ast TypePath) { in visit_type_path()