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