Struct fluent::syntax::ast::Attribute [] [src]

pub struct Attribute {
    pub id: Identifier,
    pub value: Pattern,
}

Fields

Trait Implementations

impl Debug for Attribute
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Attribute
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl ResolveValue for Attribute
[src]

[src]