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