pub struct MinFunction;Expand description
Minimum accumulator - finds minimum numeric value
Trait Implementations§
Source§impl AccumulateFunction for MinFunction
impl AccumulateFunction for MinFunction
Source§impl Clone for MinFunction
impl Clone for MinFunction
Source§fn clone(&self) -> MinFunction
fn clone(&self) -> MinFunction
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 MinFunction
impl RefUnwindSafe for MinFunction
impl Send for MinFunction
impl Sync for MinFunction
impl Unpin for MinFunction
impl UnwindSafe for MinFunction
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