pub struct AtomicBox<T: Sized> { /* private fields */ }
Expand description
AtomicBox
Implementations§
Trait Implementations§
impl<T: Sized + Send> Send for AtomicBox<T>
impl<T: Sized + Sync> Sync for AtomicBox<T>
Auto Trait Implementations§
impl<T> !Freeze for AtomicBox<T>
impl<T> RefUnwindSafe for AtomicBox<T>
impl<T> Unpin for AtomicBox<T>
impl<T> UnwindSafe for AtomicBox<T>where
T: 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