Home
last modified time | relevance | path

Searched defs:UseSegment (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/src/tools/rustfmt/src/
Dimports.rs105 pub(crate) struct UseSegment { struct
106 pub(crate) kind: UseSegmentKind, argument
112 pub(crate) path: Vec<UseSegment>, argument
140 impl UseSegment { impl
142 fn remove_alias(&self) -> UseSegment { in remove_alias()
183 ) -> Option<UseSegment> { in from_path_segment()
270 impl fmt::Debug for UseSegment { implementation
276 impl fmt::Display for UseSegment { implementation
282 impl Hash for UseSegment { implementation
380 fn from_path(path: Vec<UseSegment>, span: Span) -> UseTree { in from_path()
[all …]