Enum syntax::parse::lexer::comments::CommentStyle[src]

pub enum CommentStyle {
    Isolated,
    Trailing,
    Mixed,
    BlankLine,
}

Variants

Isolated
Trailing
Mixed
BlankLine

Trait Implementations

Derived Implementations

impl PartialEq for CommentStyle

fn eq(&self, __arg_0: &CommentStyle) -> bool

fn ne(&self, __arg_0: &CommentStyle) -> bool

impl Clone for CommentStyle

fn clone(&self) -> CommentStyle

fn clone_from(&mut self, source: &Self)