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