pub struct NoopDurability<C> { /* private fields */ }Trait Implementations§
Source§impl<C: Debug> Debug for NoopDurability<C>
impl<C: Debug> Debug for NoopDurability<C>
Source§impl<C> Default for NoopDurability<C>
impl<C> Default for NoopDurability<C>
Source§impl<C> DurabilityWriter<C> for NoopDurability<C>
impl<C> DurabilityWriter<C> for NoopDurability<C>
fn persist_checkpoint( &mut self, _checkpoint: &RecoveryCheckpoint<C>, ) -> Result<(), DbError>
Source§impl<C> RecoveryReader<C> for NoopDurability<C>
impl<C> RecoveryReader<C> for NoopDurability<C>
fn latest_checkpoint(&self) -> Option<RecoveryCheckpoint<C>>
Auto Trait Implementations§
impl<C> Freeze for NoopDurability<C>
impl<C> RefUnwindSafe for NoopDurability<C>where
C: RefUnwindSafe,
impl<C> Send for NoopDurability<C>where
C: Send,
impl<C> Sync for NoopDurability<C>where
C: Sync,
impl<C> Unpin for NoopDurability<C>where
C: Unpin,
impl<C> UnsafeUnpin for NoopDurability<C>
impl<C> UnwindSafe for NoopDurability<C>where
C: UnwindSafe,
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