pub struct SessionWal { /* private fields */ }Expand description
Append-only write-ahead log backed by a file.
Implementations§
Auto Trait Implementations§
impl !Freeze for SessionWal
impl RefUnwindSafe for SessionWal
impl Send for SessionWal
impl Sync for SessionWal
impl Unpin for SessionWal
impl UnsafeUnpin for SessionWal
impl UnwindSafe for SessionWal
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