Enum fluent_syntax::ast::Comment [−][src]
pub enum Comment {
Comment {
content: String,
},
GroupComment {
content: String,
},
ResourceComment {
content: String,
},
}Variants
CommentFields of Comment
content: String |
GroupCommentFields of GroupComment
content: String |
ResourceCommentFields of ResourceComment
content: String |
Trait Implementations
impl Debug for Comment[src]
impl Debug for Commentfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Comment[src]
impl PartialEq for Comment