pub struct AtomStateGuard<'a, T: Clone> { /* private fields */ }Expand description
The state mutex guard
Trait Implementations§
Source§impl<'a, T: Clone> Deref for AtomStateGuard<'a, T>
impl<'a, T: Clone> Deref for AtomStateGuard<'a, T>
Source§impl<'a, T: Clone> DerefMut for AtomStateGuard<'a, T>
impl<'a, T: Clone> DerefMut for AtomStateGuard<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for AtomStateGuard<'a, T>where
T: Freeze,
impl<'a, T> RefUnwindSafe for AtomStateGuard<'a, T>where
T: RefUnwindSafe,
impl<'a, T> !Send for AtomStateGuard<'a, T>
impl<'a, T> Sync for AtomStateGuard<'a, T>
impl<'a, T> Unpin for AtomStateGuard<'a, T>where
T: Unpin,
impl<'a, T> UnwindSafe for AtomStateGuard<'a, T>where
T: UnwindSafe + RefUnwindSafe,
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
Source§impl<T, A> DynAccess<T> for A
impl<T, A> DynAccess<T> for A
Source§fn load(&self) -> DynGuard<T>
fn load(&self) -> DynGuard<T>
The equivalent of
Access::load.