Searched defs:UsePath (Results 1 – 8 of 8) sorted by relevance
2038 impl Eq for UsePath {} implementation2041 impl PartialEq for UsePath { implementation
2082 impl Clone for UsePath { implementation
2668 impl Hash for UsePath { implementation
883 fn visit_use_path_mut(&mut self, i: &mut UsePath) { in visit_use_path_mut()
886 fn fold_use_path(&mut self, i: UsePath) -> UsePath { in fold_use_path()
882 fn visit_use_path(&mut self, i: &'ast UsePath) { in visit_use_path()
2913 impl Debug for UsePath { implementation
3120 impl ToTokens for UsePath { implementation