Enum yard::token::RPNTokenType
[−]
[src]
pub enum RPNTokenType { Operand, Operator, }
Variants
Operand
Operator
Trait Implementations
impl Debug for RPNTokenType
[src]
impl Clone for RPNTokenType
[src]
fn clone(&self) -> RPNTokenType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more