pub struct MinOperation<T>{ /* private fields */ }
Expand description
binary operation to select smaller element
Trait Implementations§
Source§impl<T> Magma for MinOperation<T>
impl<T> Magma for MinOperation<T>
Source§impl<T> Unital for MinOperation<T>
impl<T> Unital for MinOperation<T>
impl<T> Associative for MinOperation<T>
impl<T> Commutative for MinOperation<T>
impl<T> Idempotent for MinOperation<T>
Auto Trait Implementations§
impl<T> Freeze for MinOperation<T>
impl<T> RefUnwindSafe for MinOperation<T>
impl<T> Send for MinOperation<T>
impl<T> Sync for MinOperation<T>
impl<T> Unpin for MinOperation<T>
impl<T> UnwindSafe for MinOperation<T>
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