Struct drone_macros_core::NewStruct[][src]

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

Creates a new struct: struct Foo;.

Fields

Trait Implementations

impl Synom for NewStruct
[src]

A short name of the type being parsed. Read more

Auto Trait Implementations

impl !Send for NewStruct

impl !Sync for NewStruct