Enum syntex_syntax::util::parser::Fixity [] [src]

pub enum Fixity {
    Left,
    Right,
    None,
}

Variants

Left

The operator is left-associative

Right

The operator is right-associative

None

The operator is not associative

Trait Implementations

Derived Implementations

impl Eq for Fixity

impl PartialEq for Fixity

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

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

impl Debug for Fixity

fn fmt(&self, __arg_0: &mut Formatter) -> Result