pub struct ReproBundle {
pub seed: u64,
pub virtual_time: Duration,
pub steps: u64,
pub error: String,
pub decision_log: Vec<usize>,
pub trace_metadata: TraceMetadata,
}Fields§
§seed: u64§virtual_time: Duration§steps: u64§error: String§decision_log: Vec<usize>§trace_metadata: TraceMetadataImplementations§
Source§impl ReproBundle
impl ReproBundle
Trait Implementations§
Source§impl Clone for ReproBundle
impl Clone for ReproBundle
Source§fn clone(&self) -> ReproBundle
fn clone(&self) -> ReproBundle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReproBundle
impl Debug for ReproBundle
Auto Trait Implementations§
impl Freeze for ReproBundle
impl RefUnwindSafe for ReproBundle
impl Send for ReproBundle
impl Sync for ReproBundle
impl Unpin for ReproBundle
impl UnsafeUnpin for ReproBundle
impl UnwindSafe for ReproBundle
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