pub enum TotalsRowFunctionValues {
Average,
Count,
CountNumbers,
Custom,
Maximum,
Minimum,
None,
StandardDeviation,
Sum,
Variance,
}Variants§
Trait Implementations§
Source§impl Clone for TotalsRowFunctionValues
impl Clone for TotalsRowFunctionValues
Source§fn clone(&self) -> TotalsRowFunctionValues
fn clone(&self) -> TotalsRowFunctionValues
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TotalsRowFunctionValues
impl Debug for TotalsRowFunctionValues
Source§impl Default for TotalsRowFunctionValues
impl Default for TotalsRowFunctionValues
Source§impl EnumTrait for TotalsRowFunctionValues
impl EnumTrait for TotalsRowFunctionValues
fn get_value_string(&self) -> &str
Auto Trait Implementations§
impl Freeze for TotalsRowFunctionValues
impl RefUnwindSafe for TotalsRowFunctionValues
impl Send for TotalsRowFunctionValues
impl Sync for TotalsRowFunctionValues
impl Unpin for TotalsRowFunctionValues
impl UnwindSafe for TotalsRowFunctionValues
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