pub struct Atomically;
Expand description
Atomically.
Auto Trait Implementations§
impl Freeze for Atomically
impl RefUnwindSafe for Atomically
impl Send for Atomically
impl Sync for Atomically
impl Unpin for Atomically
impl UnwindSafe for Atomically
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