Searched defs:UseSegment (Results 1 – 1 of 1) sorted by relevance
105 pub(crate) struct UseSegment { struct106 pub(crate) kind: UseSegmentKind, argument112 pub(crate) path: Vec<UseSegment>, argument140 impl UseSegment { impl142 fn remove_alias(&self) -> UseSegment { in remove_alias()183 ) -> Option<UseSegment> { in from_path_segment()270 impl fmt::Debug for UseSegment { implementation276 impl fmt::Display for UseSegment { implementation282 impl Hash for UseSegment { implementation380 fn from_path(path: Vec<UseSegment>, span: Span) -> UseTree { in from_path()[all …]