Home
last modified time | relevance | path

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

/external/rust/crates/prettyplease/src/
Ditem.rs714 fn use_path(&mut self, use_path: &UsePath) { in use_path() method
/external/rust/crates/syn/src/gen/
Deq.rs2041 impl Eq for UsePath {} implementation
2044 impl PartialEq for UsePath { implementation
Dclone.rs2085 impl Clone for UsePath { implementation
Dhash.rs2671 impl Hash for UsePath { implementation
Dvisit_mut.rs720 fn visit_use_path_mut(&mut self, i: &mut UsePath) { in visit_use_path_mut()
Dfold.rs723 fn fold_use_path(&mut self, i: UsePath) -> UsePath { in fold_use_path()
Dvisit.rs719 fn visit_use_path(&mut self, i: &'ast UsePath) { in visit_use_path()
Ddebug.rs2916 impl Debug for UsePath { implementation
/external/rust/crates/syn/src/
Ditem.rs3116 impl ToTokens for UsePath { implementation