pub struct ProgressStart {
pub job_id: String,
pub chunk_id: String,
pub iterations: u32,
}Expand description
Called at sim start with job metadata.
Fields§
§job_id: String§chunk_id: String§iterations: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProgressStart
impl RefUnwindSafe for ProgressStart
impl Send for ProgressStart
impl Sync for ProgressStart
impl Unpin for ProgressStart
impl UnsafeUnpin for ProgressStart
impl UnwindSafe for ProgressStart
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