Enum pest::prec_climber::Assoc [] [src]

pub enum Assoc {
    Left,
    Right,
}

An enum describing an Operator's associativity.

Variants

Left Operator associativity

Right Operator associativity

Trait Implementations

impl Clone for Assoc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Assoc
[src]

impl Debug for Assoc
[src]

Formats the value using the given formatter.

impl Eq for Assoc
[src]

impl PartialEq for Assoc
[src]

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

This method tests for !=.