Enum syntex_syntax::parse::lexer::comments::CommentStyle
[−]
[src]
pub enum CommentStyle { Isolated, Trailing, Mixed, BlankLine, }
Variants
Isolated
No code on either side of each line of the comment
Trailing
Code exists to the left of the comment
Mixed
Code before /* foo */ and after the comment
BlankLine
Just a manual blank line "\n\n", for layout
Trait Implementations
impl PartialEq for CommentStyle
[src]
fn eq(&self, __arg_0: &CommentStyle) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.
impl Copy for CommentStyle
[src]
impl Clone for CommentStyle
[src]
fn clone(&self) -> CommentStyle
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