Struct yard::token::RPNToken
[−]
[src]
pub struct RPNToken { pub value: char, // some fields omitted }
Fields
value: char
Methods
impl RPNToken
[src]
fn new(tt: RPNTokenType, val: char) -> RPNToken
Trait Implementations
impl Debug for RPNToken
[src]
impl Clone for RPNToken
[src]
fn clone(&self) -> RPNToken
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