pub struct Wal { /* private fields */ }Available on crate feature
sqlsrv only.Expand description
Write-Ahead Log
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