pub struct WorkerChild { /* private fields */ }Implementations§
Source§impl WorkerChild
impl WorkerChild
pub async fn wait_until_done(&mut self)
Auto Trait Implementations§
impl Freeze for WorkerChild
impl RefUnwindSafe for WorkerChild
impl Send for WorkerChild
impl Sync for WorkerChild
impl Unpin for WorkerChild
impl UnwindSafe for WorkerChild
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