Home
last modified time | relevance | path

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

/linux/rust/syn/gen/
H A Deq.rs2186 impl Eq for crate::UsePath {} implementation
2189 impl PartialEq for crate::UsePath { implementation
H A Dclone.rs2166 impl Clone for crate::UsePath { implementation
H A Dhash.rs2742 impl Hash for crate::UsePath { implementation
H A Dvisit_mut.rs912 fn visit_use_path_mut(&mut self, i: &mut crate::UsePath) { in visit_use_path_mut()
H A Dfold.rs981 fn fold_use_path(&mut self, i: crate::UsePath) -> crate::UsePath { in fold_use_path()
H A Dvisit.rs904 fn visit_use_path(&mut self, i: &'ast crate::UsePath) { in visit_use_path()
H A Ddebug.rs3100 impl Debug for crate::UsePath { implementation
/linux/rust/syn/
H A Ditem.rs3208 impl ToTokens for UsePath { implementation