pub struct StepInfo {
pub nav: f64,
pub events: Vec<ProcessEvent>,
}Expand description
Per-step side channel: the post-step NAV and the process events generated during the step (fills, sim-exploitation guards, captured rationale).
Fields§
§events: Vec<ProcessEvent>Auto Trait Implementations§
impl Freeze for StepInfo
impl RefUnwindSafe for StepInfo
impl Send for StepInfo
impl Sync for StepInfo
impl Unpin for StepInfo
impl UnsafeUnpin for StepInfo
impl UnwindSafe for StepInfo
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