pub struct ConmanWorker {
pub processor: Arc<ConmanWorkerProcessor>,
pub thread_handle: Option<JoinHandle<()>>,
}
Fields§
§processor: Arc<ConmanWorkerProcessor>
§thread_handle: Option<JoinHandle<()>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConmanWorker
impl !RefUnwindSafe for ConmanWorker
impl Send for ConmanWorker
impl Sync for ConmanWorker
impl Unpin for ConmanWorker
impl !UnwindSafe for ConmanWorker
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