pub struct ApplyLockGuard { /* private fields */ }Expand description
RAII guard that releases the apply lock when dropped.
Trait Implementations§
Source§impl Debug for ApplyLockGuard
impl Debug for ApplyLockGuard
Auto Trait Implementations§
impl Freeze for ApplyLockGuard
impl RefUnwindSafe for ApplyLockGuard
impl Send for ApplyLockGuard
impl Sync for ApplyLockGuard
impl Unpin for ApplyLockGuard
impl UnsafeUnpin for ApplyLockGuard
impl UnwindSafe for ApplyLockGuard
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