pub struct SyncUnsafeCellWrapper<T: ?Sized> { /* private fields */ }
Implementations§
Source§impl<T> SyncUnsafeCellWrapper<T>
impl<T> SyncUnsafeCellWrapper<T>
Source§impl<T> SyncUnsafeCellWrapper<T>
impl<T> SyncUnsafeCellWrapper<T>
pub fn mut_from_ref(&self) -> &mut T
Trait Implementations§
Source§impl<T> AsMut<T> for SyncUnsafeCellWrapper<T>
impl<T> AsMut<T> for SyncUnsafeCellWrapper<T>
Source§impl<T> AsRef<T> for SyncUnsafeCellWrapper<T>
impl<T> AsRef<T> for SyncUnsafeCellWrapper<T>
Source§impl<T> Deref for SyncUnsafeCellWrapper<T>
impl<T> Deref for SyncUnsafeCellWrapper<T>
Auto Trait Implementations§
impl<T> !Freeze for SyncUnsafeCellWrapper<T>
impl<T> !RefUnwindSafe for SyncUnsafeCellWrapper<T>
impl<T> Send for SyncUnsafeCellWrapper<T>
impl<T> Sync for SyncUnsafeCellWrapper<T>
impl<T> Unpin for SyncUnsafeCellWrapper<T>
impl<T> UnwindSafe for SyncUnsafeCellWrapper<T>where
T: UnwindSafe + ?Sized,
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