pub enum SQLToken {
Keyword(String),
Identifier(String),
Symbol(Symbol),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SQLToken
impl RefUnwindSafe for SQLToken
impl Send for SQLToken
impl Sync for SQLToken
impl Unpin for SQLToken
impl UnwindSafe for SQLToken
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more