Struct jortestkit::load::StatusUpdaterThread
source · pub struct StatusUpdaterThread {
stop_signal: Sender<()>,
handle: JoinHandle<()>,
}
Fields§
§stop_signal: Sender<()>
§handle: JoinHandle<()>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for StatusUpdaterThread
impl Send for StatusUpdaterThread
impl Sync for StatusUpdaterThread
impl Unpin for StatusUpdaterThread
impl !UnwindSafe for StatusUpdaterThread
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