pub struct SimReport {
pub suite: String,
pub seed: u64,
pub summary: SimSummary,
pub results: Vec<AttackResult>,
}Fields§
§suite: String§seed: u64§summary: SimSummary§results: Vec<AttackResult>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimReport
impl RefUnwindSafe for SimReport
impl Send for SimReport
impl Sync for SimReport
impl Unpin for SimReport
impl UnwindSafe for SimReport
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