Struct syn::MacroInput [] [src]

pub struct MacroInput {
    pub ident: Ident,
    pub vis: Visibility,
    pub attrs: Vec<Attribute>,
    pub generics: Generics,
    pub body: Body,
}

Fields

Trait Implementations

impl ToTokens for MacroInput
[src]

impl Debug for MacroInput
[src]

Formats the value using the given formatter.

impl Clone for MacroInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for MacroInput
[src]

impl PartialEq for MacroInput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.