Struct syntax::parse::lexer::comments::Comment
[−]
[src]
pub struct Comment { pub style: CommentStyle, pub lines: Vec<String>, pub pos: BytePos, }
Unstable (
rustc_private
)Fields
style: CommentStyle
Unstable (
rustc_private
)lines: Vec<String>
Unstable (
rustc_private
)pos: BytePos
Unstable (
rustc_private
)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