pub struct CounterOperator;
Expand description
Counter operator for counting use cases (addition)
Trait Implementations§
Source§impl Clone for CounterOperator
impl Clone for CounterOperator
Source§fn clone(&self) -> CounterOperator
fn clone(&self) -> CounterOperator
Returns a duplicate 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 Debug for CounterOperator
impl Debug for CounterOperator
Source§impl Default for CounterOperator
impl Default for CounterOperator
Source§fn default() -> CounterOperator
fn default() -> CounterOperator
Returns the “default value” for a type. Read more
Source§impl MergeOperator<i64> for CounterOperator
impl MergeOperator<i64> for CounterOperator
Source§impl MergeOperator<u32> for CounterOperator
impl MergeOperator<u32> for CounterOperator
Source§impl MergeOperator<u64> for CounterOperator
impl MergeOperator<u64> for CounterOperator
Source§impl PartialEq for CounterOperator
impl PartialEq for CounterOperator
impl Copy for CounterOperator
impl Eq for CounterOperator
impl StructuralPartialEq for CounterOperator
Auto Trait Implementations§
impl Freeze for CounterOperator
impl RefUnwindSafe for CounterOperator
impl Send for CounterOperator
impl Sync for CounterOperator
impl Unpin for CounterOperator
impl UnwindSafe for CounterOperator
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