pub struct NoopWal;Expand description
No-op WAL for testing or when WAL is disabled.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopWal
impl RefUnwindSafe for NoopWal
impl Send for NoopWal
impl Sync for NoopWal
impl Unpin for NoopWal
impl UnsafeUnpin for NoopWal
impl UnwindSafe for NoopWal
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