pub struct Grouping<Scope> { /* private fields */ }Expand description
A grouping key with its scope requirement discharged — predicate’s
counterpart for GROUP BY.
Trait Implementations§
impl<Scope> GroupBy<Scope, ()> for Grouping<Scope>
Auto Trait Implementations§
impl<Scope> Freeze for Grouping<Scope>
impl<Scope> RefUnwindSafe for Grouping<Scope>
impl<Scope> Send for Grouping<Scope>
impl<Scope> Sync for Grouping<Scope>
impl<Scope> Unpin for Grouping<Scope>
impl<Scope> UnsafeUnpin for Grouping<Scope>
impl<Scope> UnwindSafe for Grouping<Scope>
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