Enum rustc_ast::ast::AttrStyle [−][src]
pub enum AttrStyle {
Outer,
Inner,
}
Expand description
Distinguishes between Attribute
s that decorate items and Attributes that
are contained as statements within items. These two cases need to be
distinguished for pretty-printing.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AttrStyle
impl UnwindSafe for AttrStyle
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: 1 byte
Size for each variant:
Outer
: 0 bytesInner
: 0 bytes