Struct drone_macros_core::NewMod[][src]

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

Creates a new struct: mod Foo;.

Fields

Trait Implementations

impl Synom for NewMod
[src]

A short name of the type being parsed. Read more

Auto Trait Implementations

impl !Send for NewMod

impl !Sync for NewMod