Enum syntex_syntax::print::pp::Breaks [] [src]

pub enum Breaks {
    Consistent,
    Inconsistent,
}

Variants

Consistent
Inconsistent

Trait Implementations

Derived Implementations

impl PartialEq for Breaks

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

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

impl Copy for Breaks

impl Clone for Breaks

fn clone(&self) -> Breaks

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