pub struct GroupByStatement {
pub values: Vec<Box<dyn Expr>>,
pub has_with_roll_up: bool,
}
Fields§
§values: Vec<Box<dyn Expr>>
§has_with_roll_up: bool
Trait Implementations§
Source§impl Clone for GroupByStatement
impl Clone for GroupByStatement
Source§fn clone(&self) -> GroupByStatement
fn clone(&self) -> GroupByStatement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto 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