Enum syn::AttrStyle [] [src]

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

Distinguishes between attributes that decorate an item and attributes that are contained within an item.

This type is available if Syn is built with the "derive" or "full" feature.

Outer attributes

Inner attributes

Variants

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

Auto Trait Implementations

impl !Send for AttrStyle

impl !Sync for AttrStyle