Enum gitql_ast::statement::StatementKind
source · pub enum StatementKind {
Select,
Where,
Having,
Limit,
Offset,
OrderBy,
GroupBy,
AggregateFunction,
GlobalVariable,
}
Variants§
Auto Trait Implementations§
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