pub struct ChunkReport {
pub job_id: String,
pub chunk_id: String,
pub chunk_index: u32,
pub telemetry_bytes: Vec<u8>,
}Expand description
Per-chunk simulation output.
Fields§
§job_id: String§chunk_id: String§chunk_index: u32§telemetry_bytes: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChunkReport
impl RefUnwindSafe for ChunkReport
impl Send for ChunkReport
impl Sync for ChunkReport
impl Unpin for ChunkReport
impl UnsafeUnpin for ChunkReport
impl UnwindSafe for ChunkReport
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