Struct tokio::loom::std::unsafe_cell::UnsafeCell
source · pub(crate) struct UnsafeCell<T>(UnsafeCell<T>);
Tuple Fields§
§0: UnsafeCell<T>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for UnsafeCell<T>
impl<T> !RefUnwindSafe for UnsafeCell<T>
impl<T> Send for UnsafeCell<T>where
T: Send,
impl<T> !Sync for UnsafeCell<T>
impl<T> Unpin for UnsafeCell<T>where
T: Unpin,
impl<T> UnwindSafe for UnsafeCell<T>where
T: UnwindSafe,
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