pub enum AggFn {
CountStar,
Count,
Sum,
Avg,
Min,
Max,
Collect,
}Variants§
Trait Implementations§
impl Copy for AggFn
impl StructuralPartialEq for AggFn
Auto Trait Implementations§
impl Freeze for AggFn
impl RefUnwindSafe for AggFn
impl Send for AggFn
impl Sync for AggFn
impl Unpin for AggFn
impl UnsafeUnpin for AggFn
impl UnwindSafe for AggFn
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