Struct syn::Attribute 
                   
                       [−]
                   
               [src]
pub struct Attribute {
    pub style: AttrStyle,
    pub value: MetaItem,
    pub is_sugared_doc: bool,
}Doc-comments are promoted to attributes that have is_sugared_doc = true
Fields
style: AttrStyle
                           
                           
                           value: MetaItem
                           
                           
                           is_sugared_doc: bool
                           Methods
impl Attribute[src]
Trait Implementations
impl ToTokens for Attribute[src]
impl Debug for Attribute[src]
impl Clone for Attribute[src]
fn clone(&self) -> Attribute
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 Attribute[src]
impl PartialEq for Attribute[src]
fn eq(&self, __arg_0: &Attribute) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Attribute) -> bool
This method tests for !=.