pub struct GroupByStatement {
pub values: Vec<Box<dyn Expr>>,
pub has_with_rollup: bool,
}
Fields§
§values: Vec<Box<dyn Expr>>
§has_with_rollup: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GroupByStatement
impl !RefUnwindSafe for GroupByStatement
impl !Send for GroupByStatement
impl !Sync for GroupByStatement
impl Unpin for GroupByStatement
impl !UnwindSafe for GroupByStatement
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