Struct fluent_syntax::ast::Message [−][src]
pub struct Message { pub id: Identifier, pub value: Option<Pattern>, pub attributes: Option<Vec<Attribute>>, pub comment: Option<Comment>, }
Fields
id: Identifier
value: Option<Pattern>
attributes: Option<Vec<Attribute>>
comment: Option<Comment>
Trait Implementations
impl Debug for Message
[src]
impl Debug for Message
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 Message
[src]
impl PartialEq for Message