Struct fluent_syntax::ast::Attribute [−][src]
pub struct Attribute { pub id: Identifier, pub value: Pattern, }
Fields
id: Identifier
value: Pattern
Trait Implementations
impl Debug for Attribute
[src]
impl Debug for Attribute
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for Attribute
[src]
impl PartialEq for Attribute