Enum fluent_syntax::ast::Entry[][src]

pub enum Entry {
    Message(Message),
    Term(Term),
    Comment(Comment),
    Junk {
        content: String,
    },
}

Variants

Fields of Junk

Trait Implementations

impl Debug for Entry
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Entry
[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 Entry

impl Sync for Entry