Lines Matching defs:UseTree
2058 impl Eq for UseTree {}
2061 impl PartialEq for UseTree {
2064 (UseTree::Path(self0), UseTree::Path(other0)) => self0 == other0,
2065 (UseTree::Name(self0), UseTree::Name(other0)) => self0 == other0,
2066 (UseTree::Rename(self0), UseTree::Rename(other0)) => self0 == other0,
2067 (UseTree::Glob(self0), UseTree::Glob(other0)) => self0 == other0,
2068 (UseTree::Group(self0), UseTree::Group(other0)) => self0 == other0,