pub struct MemoryWal { /* private fields */ }Expand description
In-memory Write-Ahead Log
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MemoryWal
impl RefUnwindSafe for MemoryWal
impl Send for MemoryWal
impl Sync for MemoryWal
impl Unpin for MemoryWal
impl UnwindSafe for MemoryWal
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