Struct syntax::parse::lexer::comments::Comment[][src]

pub struct Comment {
    pub style: CommentStyle,
    pub lines: Vec<String>,
    pub pos: BytePos,
}

Fields

Trait Implementations

impl Clone for Comment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Comment

impl Sync for Comment