pub struct ThreadWorld { /* private fields */ }
Expand description
The world as seen by an application’s other threads.
Trait Implementations§
Source§impl ThreadAccess for ThreadWorld
impl ThreadAccess for ThreadWorld
Source§type World = ThreadWorld
type World = ThreadWorld
World type used in the spawned thread.
Auto Trait Implementations§
impl Freeze for ThreadWorld
impl RefUnwindSafe for ThreadWorld
impl Send for ThreadWorld
impl Sync for ThreadWorld
impl Unpin for ThreadWorld
impl UnwindSafe for ThreadWorld
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