pub enum GroupByWith {
Rollup,
Cube,
}Expand description
MySQL’s trailing WITH … modifier.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for GroupByWith
impl Clone for GroupByWith
Source§fn clone(&self) -> GroupByWith
fn clone(&self) -> GroupByWith
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GroupByWith
Source§impl Debug for GroupByWith
impl Debug for GroupByWith
impl Eq for GroupByWith
Source§impl PartialEq for GroupByWith
impl PartialEq for GroupByWith
impl StructuralPartialEq for GroupByWith
Auto Trait Implementations§
impl Freeze for GroupByWith
impl RefUnwindSafe for GroupByWith
impl Send for GroupByWith
impl Sync for GroupByWith
impl Unpin for GroupByWith
impl UnsafeUnpin for GroupByWith
impl UnwindSafe for GroupByWith
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