pub enum AggregationMethod {
Mean,
Max,
Sum,
}
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for AggregationMethod
impl RefUnwindSafe for AggregationMethod
impl Send for AggregationMethod
impl Sync for AggregationMethod
impl Unpin for AggregationMethod
impl UnwindSafe for AggregationMethod
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