pub struct AtomicStateGuard<T: Clone> { /* private fields */ }Expand description
The state mutex guard
Trait Implementations§
Source§impl<T: Clone> Deref for AtomicStateGuard<T>
impl<T: Clone> Deref for AtomicStateGuard<T>
Source§impl<T: Clone> DerefMut for AtomicStateGuard<T>
impl<T: Clone> DerefMut for AtomicStateGuard<T>
Auto Trait Implementations§
impl<T> Freeze for AtomicStateGuard<T>
impl<T> !RefUnwindSafe for AtomicStateGuard<T>
impl<T> Send for AtomicStateGuard<T>
impl<T> Sync for AtomicStateGuard<T>
impl<T> Unpin for AtomicStateGuard<T>
impl<T> !UnwindSafe for AtomicStateGuard<T>
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