pub struct ActiveLock { /* private fields */ }Expand description
Active session lock acquired before mutating an active WAL tail.
Implementations§
Source§impl ActiveLock
impl ActiveLock
Trait Implementations§
Source§impl Debug for ActiveLock
impl Debug for ActiveLock
Source§impl Drop for ActiveLock
impl Drop for ActiveLock
Auto Trait Implementations§
impl Freeze for ActiveLock
impl RefUnwindSafe for ActiveLock
impl Send for ActiveLock
impl Sync for ActiveLock
impl Unpin for ActiveLock
impl UnsafeUnpin for ActiveLock
impl UnwindSafe for ActiveLock
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