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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Comment

impl Sync for Comment