Enum fluent_syntax::ast::Comment [−][src]
pub enum Comment { Comment { content: String, }, GroupComment { content: String, }, ResourceComment { content: String, }, }
Variants
Comment
Fields of Comment
content: String |
GroupComment
Fields of GroupComment
content: String |
ResourceComment
Fields of ResourceComment
content: String |
Trait Implementations
impl Debug for Comment
[src]
impl Debug for Comment
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 Comment
[src]
impl PartialEq for Comment