pub struct ResourceLockGuard { /* private fields */ }Expand description
Guard that releases a resource lock when dropped
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResourceLockGuard
impl !RefUnwindSafe for ResourceLockGuard
impl Send for ResourceLockGuard
impl Sync for ResourceLockGuard
impl Unpin for ResourceLockGuard
impl UnsafeUnpin for ResourceLockGuard
impl !UnwindSafe for ResourceLockGuard
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