Struct nekolib::utils::OpAddOnOpMin
source · pub struct OpAddOnOpMin<T> { /* private fields */ }
Trait Implementations§
source§impl<T: Clone> Clone for OpAddOnOpMin<T>
impl<T: Clone> Clone for OpAddOnOpMin<T>
source§fn clone(&self) -> OpAddOnOpMin<T>
fn clone(&self) -> OpAddOnOpMin<T>
Returns a copy 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<T: Debug> Debug for OpAddOnOpMin<T>
impl<T: Debug> Debug for OpAddOnOpMin<T>
source§impl<T: Default> Default for OpAddOnOpMin<T>
impl<T: Default> Default for OpAddOnOpMin<T>
source§fn default() -> OpAddOnOpMin<T>
fn default() -> OpAddOnOpMin<T>
Returns the “default value” for a type. Read more
source§impl<T: Ord + Eq + Add<Output = T> + AddAssoc + Zero + Max + Sized> MonoidAction for OpAddOnOpMin<T>
impl<T: Ord + Eq + Add<Output = T> + AddAssoc + Zero + Max + Sized> MonoidAction for OpAddOnOpMin<T>
impl<T: Copy> Copy for OpAddOnOpMin<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for OpAddOnOpMin<T>where T: RefUnwindSafe,
impl<T> Send for OpAddOnOpMin<T>where T: Send,
impl<T> Sync for OpAddOnOpMin<T>where T: Sync,
impl<T> Unpin for OpAddOnOpMin<T>where T: Unpin,
impl<T> UnwindSafe for OpAddOnOpMin<T>where T: UnwindSafe,
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