Struct 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 Attribute
impl !UnwindSafe for Attribute
Blanket Implementations
Mutably borrows from an owned value. Read more
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 120 bytes