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

pub enum Fixity {
    Left,
    Right,
    None,
}

Variants

The operator is left-associative

The operator is right-associative

The operator is not associative

Trait Implementations

impl Debug for Fixity
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Fixity
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Fixity
[src]

Auto Trait Implementations

impl Send for Fixity

impl Sync for Fixity