Searched defs:UsePath (Results 1 – 9 of 9) sorted by relevance
714 fn use_path(&mut self, use_path: &UsePath) { in use_path() method
2041 impl Eq for UsePath {} implementation2044 impl PartialEq for UsePath { implementation
2085 impl Clone for UsePath { implementation
2671 impl Hash for UsePath { implementation
720 fn visit_use_path_mut(&mut self, i: &mut UsePath) { in visit_use_path_mut()
723 fn fold_use_path(&mut self, i: UsePath) -> UsePath { in fold_use_path()
719 fn visit_use_path(&mut self, i: &'ast UsePath) { in visit_use_path()
2916 impl Debug for UsePath { implementation
3116 impl ToTokens for UsePath { implementation