pub struct NoopDurableStore;Expand description
In-memory no-op implementation. Used when durability is disabled.
Trait Implementations§
Source§impl DurableStore for NoopDurableStore
impl DurableStore for NoopDurableStore
Auto Trait Implementations§
impl Freeze for NoopDurableStore
impl RefUnwindSafe for NoopDurableStore
impl Send for NoopDurableStore
impl Sync for NoopDurableStore
impl Unpin for NoopDurableStore
impl UnsafeUnpin for NoopDurableStore
impl UnwindSafe for NoopDurableStore
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