Enum yard::token::RPNTokenType [] [src]

pub enum RPNTokenType {
    Operand,
    Operator,
}

Variants

Trait Implementations

impl Debug for RPNTokenType
[src]

Formats the value using the given formatter.

impl Clone for RPNTokenType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more