pub enum AggrFunc {
Sum,
Count,
}Variants§
Trait Implementations§
impl Copy for AggrFunc
impl Eq for AggrFunc
impl StructuralPartialEq for AggrFunc
Auto Trait Implementations§
impl Freeze for AggrFunc
impl RefUnwindSafe for AggrFunc
impl Send for AggrFunc
impl Sync for AggrFunc
impl Unpin for AggrFunc
impl UnsafeUnpin for AggrFunc
impl UnwindSafe for AggrFunc
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