pub struct UnsafeWorldCell<'w> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'w> Clone for UnsafeWorldCell<'w>
impl<'w> Clone for UnsafeWorldCell<'w>
Source§fn clone(&self) -> UnsafeWorldCell<'w>
fn clone(&self) -> UnsafeWorldCell<'w>
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl<'w> Copy for UnsafeWorldCell<'w>
Auto Trait Implementations§
impl<'w> Freeze for UnsafeWorldCell<'w>
impl<'w> !RefUnwindSafe for UnsafeWorldCell<'w>
impl<'w> !Send for UnsafeWorldCell<'w>
impl<'w> !Sync for UnsafeWorldCell<'w>
impl<'w> Unpin for UnsafeWorldCell<'w>
impl<'w> !UnwindSafe for UnsafeWorldCell<'w>
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