Struct drone_macros_core::NewStatic[][src]

pub struct NewStatic {
    pub attrs: Vec<Attribute>,
    pub vis: Visibility,
    pub ident: Ident,
}

Creates a new static: static Foo;.

Fields

Trait Implementations

impl Synom for NewStatic
[src]

A short name of the type being parsed. Read more

Auto Trait Implementations

impl !Send for NewStatic

impl !Sync for NewStatic