Enum nekolib::utils::op_add_count::OpAddCount
source · pub enum OpAddCount<T> {
OpAddCountV,
_Marker(T),
}
Variants§
Trait Implementations§
source§impl<T: Clone> Clone for OpAddCount<T>
impl<T: Clone> Clone for OpAddCount<T>
source§fn clone(&self) -> OpAddCount<T>
fn clone(&self) -> OpAddCount<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 OpAddCount<T>
impl<T: Debug> Debug for OpAddCount<T>
source§impl<T> Default for OpAddCount<T>
impl<T> Default for OpAddCount<T>
source§impl<T: PartialEq> PartialEq<OpAddCount<T>> for OpAddCount<T>
impl<T: PartialEq> PartialEq<OpAddCount<T>> for OpAddCount<T>
source§fn eq(&self, other: &OpAddCount<T>) -> bool
fn eq(&self, other: &OpAddCount<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<T> Associative for OpAddCount<T>where T: Add<Output = T> + Eq + Sized + AddAssoc,
impl<T> Commutative for OpAddCount<T>where T: Add<Output = T> + Eq + Sized + AddComm,
impl<T: Copy> Copy for OpAddCount<T>
impl<T: Eq> Eq for OpAddCount<T>
impl<T> StructuralEq for OpAddCount<T>
impl<T> StructuralPartialEq for OpAddCount<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for OpAddCount<T>where T: RefUnwindSafe,
impl<T> Send for OpAddCount<T>where T: Send,
impl<T> Sync for OpAddCount<T>where T: Sync,
impl<T> Unpin for OpAddCount<T>where T: Unpin,
impl<T> UnwindSafe for OpAddCount<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