Searched defs:UsePath (Results 1 – 10 of 10) sorted by relevance
960 let UsePath { segments, ref res, span } = *path; in walk_use() localVariable
193 pub type UsePath<'hir> = Path<'hir, SmallVec<[Res; 3]>>; typedef
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