Enum unrest_tmp_syn::AttrStyle [] [src]

pub enum AttrStyle {
    Outer,
    Inner(Bang),
}

Distinguishes between Attributes that decorate items and Attributes that are contained as statements within items. These two cases need to be distinguished for pretty-printing.

Variants

Attribute of the form #[...].

Attribute of the form #![...].

Trait Implementations

impl Copy for AttrStyle
[src]

impl Clone for AttrStyle
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more