Struct syntex_syntax::parse::lexer::comments::Comment    
                   
                       [−]
                   
               [src]
pub struct Comment {
    pub style: CommentStyle,
    pub lines: Vec<String>,
    pub pos: BytePos,
}Fields
style: CommentStyle
                           lines: Vec<String>
                           pos: BytePos
                           Trait Implementations
impl Clone for Comment[src]
fn clone(&self) -> Comment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more