Struct golem_rust::AtomicOperationGuard
source · pub struct AtomicOperationGuard { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtomicOperationGuard
impl RefUnwindSafe for AtomicOperationGuard
impl Send for AtomicOperationGuard
impl Sync for AtomicOperationGuard
impl Unpin for AtomicOperationGuard
impl UnwindSafe for AtomicOperationGuard
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