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]
fn to_tokens(&self, tokens: &mut Tokens)
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