Enum syntax::parse::parser::TokenType   [−][src]
Variants
Token(Token)Keyword(Keyword)OperatorLifetimeIdentPathType
                Trait Implementations
impl PartialEq for TokenType[src] 
impl PartialEq for TokenTypefn eq(&self, other: &TokenType) -> bool[src] 
fn eq(&self, other: &TokenType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TokenType) -> bool[src] 
fn ne(&self, other: &TokenType) -> boolThis method tests for !=.
impl Eq for TokenType[src] 
impl Eq for TokenTypeimpl Clone for TokenType[src] 
impl Clone for TokenType