Home
last modified time | relevance | path

Searched defs:TypePath (Results 1 – 9 of 9) sorted by relevance

/third_party/rust/crates/serde/serde_derive/src/internals/
Dreceiver.rs25 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()
/third_party/rust/crates/syn/src/
Dty.rs738 impl Parse for TypePath { implementation
1090 impl ToTokens for TypePath { implementation
/third_party/rust/crates/syn/src/gen/
Ddebug.rs2767 impl Debug for TypePath { implementation
2769 impl TypePath { in fmt() implementation
Deq.rs1931 impl Eq for TypePath {} implementation
1934 impl PartialEq for TypePath { implementation
Dclone.rs1980 impl Clone for TypePath { implementation
Dhash.rs2554 impl Hash for TypePath { implementation
Dvisit_mut.rs833 fn visit_type_path_mut(&mut self, i: &mut TypePath) { in visit_type_path_mut()
Dfold.rs836 fn fold_type_path(&mut self, i: TypePath) -> TypePath { in fold_type_path()
Dvisit.rs832 fn visit_type_path(&mut self, i: &'ast TypePath) { in visit_type_path()