pub struct DummyCounterStore;Expand description
No-op counter store used by tests.
Trait Implementations§
Source§impl Clone for DummyCounterStore
impl Clone for DummyCounterStore
Source§fn clone(&self) -> DummyCounterStore
fn clone(&self) -> DummyCounterStore
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CounterStore for DummyCounterStore
impl CounterStore for DummyCounterStore
Source§impl Default for DummyCounterStore
impl Default for DummyCounterStore
Source§fn default() -> DummyCounterStore
fn default() -> DummyCounterStore
Returns the “default value” for a type. Read more
impl Copy for DummyCounterStore
Auto Trait Implementations§
impl Freeze for DummyCounterStore
impl RefUnwindSafe for DummyCounterStore
impl Send for DummyCounterStore
impl Sync for DummyCounterStore
impl Unpin for DummyCounterStore
impl UnwindSafe for DummyCounterStore
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)