Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dty.rs783 impl Parse for TypePath { implementation
1174 impl ToTokens for TypePath { implementation
/linux/rust/syn/gen/
H A Deq.rs2079 impl Eq for crate::TypePath {} implementation
2082 impl PartialEq for crate::TypePath { implementation
H A Dclone.rs2064 impl Clone for crate::TypePath { implementation
H A Ddebug.rs2948 impl Debug for crate::TypePath { implementation
2954 impl crate::TypePath { implementation
H A Dhash.rs2628 impl Hash for crate::TypePath { implementation
H A Dvisit_mut.rs862 fn visit_type_path_mut(&mut self, i: &mut crate::TypePath) { in visit_type_path_mut()
H A Dfold.rs928 fn fold_type_path(&mut self, i: crate::TypePath) -> crate::TypePath { in fold_type_path()
H A Dvisit.rs854 fn visit_type_path(&mut self, i: &'ast crate::TypePath) { in visit_type_path()