pub struct MemoryCounterStore { /* private fields */ }Expand description
In-memory counter store convenient for host-side tests.
Trait Implementations§
Source§impl Clone for MemoryCounterStore
impl Clone for MemoryCounterStore
Source§fn clone(&self) -> MemoryCounterStore
fn clone(&self) -> MemoryCounterStore
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 MemoryCounterStore
impl CounterStore for MemoryCounterStore
Source§impl Debug for MemoryCounterStore
impl Debug for MemoryCounterStore
Source§impl Default for MemoryCounterStore
impl Default for MemoryCounterStore
Source§fn default() -> MemoryCounterStore
fn default() -> MemoryCounterStore
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MemoryCounterStore
impl RefUnwindSafe for MemoryCounterStore
impl Send for MemoryCounterStore
impl Sync for MemoryCounterStore
impl Unpin for MemoryCounterStore
impl UnwindSafe for MemoryCounterStore
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)