pub struct AtomicOperationGuard { /* private fields */ }Trait Implementations§
Source§impl Drop for AtomicOperationGuard
impl Drop for AtomicOperationGuard
Auto Trait Implementations§
impl Freeze for AtomicOperationGuard
impl RefUnwindSafe for AtomicOperationGuard
impl Send for AtomicOperationGuard
impl Sync for AtomicOperationGuard
impl Unpin for AtomicOperationGuard
impl UnsafeUnpin 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