Enum syntax::parse::parser::TokenType [−][src]
Variants
Token(Token)
Keyword(Keyword)
Operator
Lifetime
Ident
Path
Type
Trait Implementations
impl PartialEq for TokenType
[src]
impl PartialEq for TokenType
fn eq(&self, other: &TokenType) -> bool
[src]
fn eq(&self, other: &TokenType) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for TokenType
[src]
impl Eq for TokenType
impl Clone for TokenType
[src]
impl Clone for TokenType