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

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

Fields

style
lines
pos

Trait Implementations

Derived Implementations

impl Clone for Comment

fn clone(&self) -> Comment

fn clone_from(&mut self, source: &Self)