Struct rustc_ap_rustc_ast::ast::Attribute [−][src]
Expand description
Metadata associated with an item.
Fields
kind: AttrKindid: AttrIdstyle: AttrStyleDenotes if the attribute decorates the following construct (outer) or the construct this attribute is contained within (inner).
span: SpanImplementations
For a single-segment attribute, returns its name; otherwise, returns None.
Trait Implementations
This is true if this AstLike might support ‘custom’ (proc-macro) inner
attributes. Attributes like #![cfg] and #![cfg_attr] are not
considered ‘custom’ attributes Read more
Auto Trait Implementations
impl !RefUnwindSafe for Attributeimpl !UnwindSafe for AttributeBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V