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