Struct kite::token::Token
[−]
[src]
pub struct Token {
pub term: Term,
pub position: u32,
}Fields
term: Term
position: u32
Trait Implementations
impl Debug for Token[src]
impl Clone for Token[src]
fn clone(&self) -> Token
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