pub struct AggSkip;Expand description
Aggregate expressions always pass (they don’t need to be in GROUP BY).
Auto Trait Implementations§
impl Freeze for AggSkip
impl RefUnwindSafe for AggSkip
impl Send for AggSkip
impl Sync for AggSkip
impl Unpin for AggSkip
impl UnsafeUnpin for AggSkip
impl UnwindSafe for AggSkip
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