Struct syn::MacroInput
[−]
[src]
pub struct MacroInput {
pub ident: Ident,
pub vis: Visibility,
pub attrs: Vec<Attribute>,
pub generics: Generics,
pub body: Body,
}Fields
ident: Ident
vis: Visibility
attrs: Vec<Attribute>
generics: Generics
body: Body
Trait Implementations
impl ToTokens for MacroInput[src]
fn to_tokens(&self, tokens: &mut Tokens)
impl Debug for MacroInput[src]
impl Clone for MacroInput[src]
fn clone(&self) -> MacroInput
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Eq for MacroInput[src]
impl PartialEq for MacroInput[src]
fn eq(&self, __arg_0: &MacroInput) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &MacroInput) -> bool
This method tests for !=.