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