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

pub struct Message {
    pub id: Identifier,
    pub value: Option<Pattern>,
    pub attributes: Option<Vec<Attribute>>,
    pub tags: Option<Vec<Tag>>,
    pub comment: Option<Comment>,
}

Fields

Trait Implementations

impl Debug for Message
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Message
[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 Message
[src]

[src]