Enum fluent_syntax::ast::Comment[][src]

pub enum Comment {
    Comment {
        content: String,
    },
    GroupComment {
        content: String,
    },
    ResourceComment {
        content: String,
    },
}

Variants

Fields of Comment

Fields of GroupComment

Fields of ResourceComment

Trait Implementations

impl Debug for Comment
[src]

Formats the value using the given formatter. Read more

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

impl Sync for Comment