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
[src]

impl PartialEq for Fixity
[src]

fn eq(&self, __arg_0: &Fixity) -> 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 Debug for Fixity
[src]

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

Formats the value using the given formatter.