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
[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