pub struct PoolLock { /* private fields */ }Expand description
A held file lock on the pool
Implementations§
Auto Trait Implementations§
impl Freeze for PoolLock
impl RefUnwindSafe for PoolLock
impl Send for PoolLock
impl Sync for PoolLock
impl Unpin for PoolLock
impl UnsafeUnpin for PoolLock
impl UnwindSafe for PoolLock
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