pub struct AverageFunction;Expand description
Average accumulator - calculates mean of numeric values
Trait Implementations§
Source§impl AccumulateFunction for AverageFunction
impl AccumulateFunction for AverageFunction
Source§impl Clone for AverageFunction
impl Clone for AverageFunction
Source§fn clone(&self) -> AverageFunction
fn clone(&self) -> AverageFunction
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 moreAuto Trait Implementations§
impl Freeze for AverageFunction
impl RefUnwindSafe for AverageFunction
impl Send for AverageFunction
impl Sync for AverageFunction
impl Unpin for AverageFunction
impl UnwindSafe for AverageFunction
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