pub struct WorkerHandle {
worker_thread: WorkerThread<Vec<WorkerPort>>,
worker_sender: Sender<WorkerRequest>,
worker_event: Event,
}Fields§
§worker_thread: WorkerThread<Vec<WorkerPort>>§worker_sender: Sender<WorkerRequest>§worker_event: EventImplementations§
Source§impl WorkerHandle
impl WorkerHandle
Auto Trait Implementations§
impl Freeze for WorkerHandle
impl !RefUnwindSafe for WorkerHandle
impl Send for WorkerHandle
impl Sync for WorkerHandle
impl Unpin for WorkerHandle
impl !UnwindSafe for WorkerHandle
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