pub enum StatementKind {
Do,
Select,
Where,
Having,
Limit,
Offset,
OrderBy,
GroupBy,
AggregateFunction,
WindowFunction,
GlobalVariable,
Into,
}
Variants§
Do
Select
Where
Having
Limit
Offset
OrderBy
GroupBy
AggregateFunction
WindowFunction
GlobalVariable
Into
Auto Trait Implementations§
impl Freeze for StatementKind
impl RefUnwindSafe for StatementKind
impl Send for StatementKind
impl Sync for StatementKind
impl Unpin for StatementKind
impl UnwindSafe for StatementKind
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