Enum pupil::op::Assoc [] [src]

#[repr(u8)]
pub enum Assoc { Left, Right, None, }

Operator associativity.

Variants

Operator is left associative.

Operator is right associative.

Operator has no associativity, unimplemented.

Trait Implementations

impl Copy for Assoc
[src]

impl Clone for Assoc
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 !=.