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