Struct jortestkit::load::BackgroundLoadProcess
source · pub struct BackgroundLoadProcess {
executor: Executor,
monitor: MonitorThread,
response_collector: ResponseCollector,
status_updater: StatusUpdaterThread,
start: Instant,
}Fields§
§executor: Executor§monitor: MonitorThread§response_collector: ResponseCollector§status_updater: StatusUpdaterThread§start: InstantImplementations§
Auto Trait Implementations§
impl !RefUnwindSafe for BackgroundLoadProcess
impl Send for BackgroundLoadProcess
impl Sync for BackgroundLoadProcess
impl Unpin for BackgroundLoadProcess
impl !UnwindSafe for BackgroundLoadProcess
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