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

Trait Implementations

impl Debug for Term
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Term
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for Term

impl Sync for Term