pub struct NoopStoreConfig;
Expand description
Configuration for NoopStore
.
Implementations§
Trait Implementations§
Source§impl Clone for NoopStoreConfig
impl Clone for NoopStoreConfig
Source§fn clone(&self) -> NoopStoreConfig
fn clone(&self) -> NoopStoreConfig
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 Debug for NoopStoreConfig
impl Debug for NoopStoreConfig
Source§impl From<NoopStoreConfig> for AnyStoreConfig
impl From<NoopStoreConfig> for AnyStoreConfig
Source§fn from(value: NoopStoreConfig) -> Self
fn from(value: NoopStoreConfig) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NoopStoreConfig
impl RefUnwindSafe for NoopStoreConfig
impl Send for NoopStoreConfig
impl Sync for NoopStoreConfig
impl Unpin for NoopStoreConfig
impl UnwindSafe for NoopStoreConfig
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