Enum sql_parser::lexer::Token [−][src]
pub enum Token {
}
Variants
Keyword(Keyword)
Tuple Fields
0: Keyword
Ident(String)
Tuple Fields
0: String
String(String)
Tuple Fields
0: String
HexString(String)
Tuple Fields
0: String
Number(String)
Tuple Fields
0: String
Parameter(usize)
Tuple Fields
0: usize
Op(String)
Tuple Fields
0: String
Star
Eq
LParen
RParen
LBracket
RBracket
Dot
Comma
Colon
DoubleColon
Semicolon
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Token
impl UnwindSafe for Token
Blanket Implementations
Mutably borrows from an owned value. Read more
Formats an object with the “alternative” format ({:#}
) and returns it.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more