Home
last modified time | relevance | path

Searched defs:TypePath (Results 1 – 10 of 10) 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()
157 fn visit_type_path_mut_impl(&mut self, ty: &mut TypePath) { in visit_type_path_mut_impl()
/third_party/rust/crates/tracing/tracing-attributes/src/
Dexpand.rs22 self_type: Option<&TypePath>, in gen_function()
109 self_type: Option<&TypePath>, in gen_block()
/third_party/rust/crates/syn/src/
Dty.rs838 impl Parse for TypePath { implementation
1210 impl ToTokens for TypePath { implementation
/third_party/rust/crates/syn/src/gen/
Deq.rs1956 impl Eq for TypePath {} implementation
1959 impl PartialEq for TypePath { implementation
Dclone.rs2022 impl Clone for TypePath { implementation
Dhash.rs2596 impl Hash for TypePath { implementation
Dfold.rs698 fn fold_type_path(&mut self, i: TypePath) -> TypePath { in fold_type_path()
Dvisit_mut.rs695 fn visit_type_path_mut(&mut self, i: &mut TypePath) { in visit_type_path_mut()
Ddebug.rs2766 impl Debug for TypePath { implementation
Dvisit.rs694 fn visit_type_path(&mut self, i: &'ast TypePath) { in visit_type_path()