Enum sql_parser::lexer::Token [−][src]
pub enum Token {
}Variants
Keyword(Keyword)
Tuple Fields
0: KeywordIdent(String)
Tuple Fields
0: StringString(String)
Tuple Fields
0: StringHexString(String)
Tuple Fields
0: StringNumber(String)
Tuple Fields
0: StringParameter(usize)
Tuple Fields
0: usizeOp(String)
Tuple Fields
0: StringStar
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