pub struct SpawnHandle { /* private fields */ }Expand description
Handle to a spawned background task, allowing cancellation.
Implementations§
Source§impl SpawnHandle
impl SpawnHandle
Auto Trait Implementations§
impl Freeze for SpawnHandle
impl RefUnwindSafe for SpawnHandle
impl Send for SpawnHandle
impl Sync for SpawnHandle
impl Unpin for SpawnHandle
impl UnwindSafe for SpawnHandle
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