pub struct SelectGroupSet;Expand description
Marker for the state after GROUP BY clause
Implementations§
Trait Implementations§
Source§impl Clone for SelectGroupSet
impl Clone for SelectGroupSet
Source§fn clone(&self) -> SelectGroupSet
fn clone(&self) -> SelectGroupSet
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 moreSource§impl Debug for SelectGroupSet
impl Debug for SelectGroupSet
Source§impl Default for SelectGroupSet
impl Default for SelectGroupSet
Source§fn default() -> SelectGroupSet
fn default() -> SelectGroupSet
Returns the “default value” for a type. Read more
impl Copy for SelectGroupSet
impl ExecutableState for SelectGroupSet
Auto Trait Implementations§
impl Freeze for SelectGroupSet
impl RefUnwindSafe for SelectGroupSet
impl Send for SelectGroupSet
impl Sync for SelectGroupSet
impl Unpin for SelectGroupSet
impl UnwindSafe for SelectGroupSet
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