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 Attributefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Attribute[src]
impl PartialEq for Attribute