Enum syntex_syntax::parse::parser::TokenType [] [src]

pub enum TokenType {
    Token(Token),
    Keyword(Keyword),
    Operator,
}

Variants

Token
Keyword
Operator

Trait Implementations

Derived Implementations

impl Clone for TokenType

fn clone(&self) -> TokenType

fn clone_from(&mut self, source: &Self)

impl Eq for TokenType

impl PartialEq for TokenType

fn eq(&self, __arg_0: &TokenType) -> bool

fn ne(&self, __arg_0: &TokenType) -> bool