pub struct WorkerService {
pub worker: LocalWorker,
pub stop_requested: bool,
pub stop_reason: String,
}Fields§
§worker: LocalWorker§stop_requested: bool§stop_reason: StringImplementations§
Source§impl WorkerService
impl WorkerService
Auto Trait Implementations§
impl Freeze for WorkerService
impl RefUnwindSafe for WorkerService
impl Send for WorkerService
impl Sync for WorkerService
impl Unpin for WorkerService
impl UnsafeUnpin for WorkerService
impl UnwindSafe for WorkerService
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