Struct rustdoc::doctree::Import [−][src]
pub struct Import {
pub name: Name,
pub id: NodeId,
pub vis: Visibility,
pub attrs: HirVec<Attribute>,
pub path: Path,
pub glob: bool,
pub whence: Span,
}Fields
name: Name
id: NodeId
vis: Visibility
attrs: HirVec<Attribute>
path: Path
glob: bool
whence: Span