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