pub struct LockGuard { /* private fields */ }Expand description
RAII lock guard; drop releases (fair handoff to the next waiter).
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LockGuard
impl !Send for LockGuard
impl !Sync for LockGuard
impl !UnwindSafe for LockGuard
impl Freeze for LockGuard
impl Unpin for LockGuard
impl UnsafeUnpin for LockGuard
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