pub enum AggregatorFunction {
COUNT,
SUM,
}Variants§
Trait Implementations§
Source§impl Debug for AggregatorFunction
impl Debug for AggregatorFunction
Source§impl PartialEq for AggregatorFunction
impl PartialEq for AggregatorFunction
impl StructuralPartialEq for AggregatorFunction
Auto Trait Implementations§
impl Freeze for AggregatorFunction
impl RefUnwindSafe for AggregatorFunction
impl Send for AggregatorFunction
impl Sync for AggregatorFunction
impl Unpin for AggregatorFunction
impl UnwindSafe for AggregatorFunction
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