pub struct MinReducer;Expand description
Reducer that keeps the smallest value.
Trait Implementations§
Source§impl Clone for MinReducer
impl Clone for MinReducer
Source§fn clone(&self) -> MinReducer
fn clone(&self) -> MinReducer
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 MinReducer
impl Debug for MinReducer
Source§impl Default for MinReducer
impl Default for MinReducer
Source§fn default() -> MinReducer
fn default() -> MinReducer
Returns the “default value” for a type. Read more
Source§impl PartialEq for MinReducer
impl PartialEq for MinReducer
Source§impl<V> Reducer<V> for MinReducerwhere
V: Ord,
impl<V> Reducer<V> for MinReducerwhere
V: Ord,
impl Copy for MinReducer
impl Eq for MinReducer
impl StructuralPartialEq for MinReducer
Auto Trait Implementations§
impl Freeze for MinReducer
impl RefUnwindSafe for MinReducer
impl Send for MinReducer
impl Sync for MinReducer
impl Unpin for MinReducer
impl UnsafeUnpin for MinReducer
impl UnwindSafe for MinReducer
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