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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for Attribute
[src]
fn clone(&self) -> Attribute
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Eq for Attribute
[src]
impl PartialEq for Attribute
[src]
fn eq(&self, __arg_0: &Attribute) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Attribute) -> bool
[src]
This method tests for !=
.