Struct rustdoc::doctree::Macro [] [src]

pub struct Macro {
    pub name: Name,
    pub id: NodeId,
    pub attrs: HirVec<Attribute>,
    pub whence: Span,
    pub matchers: HirVec<Span>,
    pub stab: Option<Stability>,
    pub depr: Option<Deprecation>,
    pub imported_from: Option<Name>,
}
Unstable (rustdoc)

Fields

name: Name
Unstable (rustdoc)
id: NodeId
Unstable (rustdoc)
attrs: HirVec<Attribute>
Unstable (rustdoc)
whence: Span
Unstable (rustdoc)
matchers: HirVec<Span>
Unstable (rustdoc)
stab: Option<Stability>
Unstable (rustdoc)
depr: Option<Deprecation>
Unstable (rustdoc)
imported_from: Option<Name>
Unstable (rustdoc)

Trait Implementations

impl Clean<Item> for Macro
[src]

fn clean(&self, cx: &DocContext) -> Item