pub struct WAL { /* private fields */ }
Expand description
WAL write-ahead-log implementation
Implementations§
Auto Trait Implementations§
impl Freeze for WAL
impl RefUnwindSafe for WAL
impl Send for WAL
impl Sync for WAL
impl Unpin for WAL
impl UnwindSafe for WAL
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