pub struct Anomaly {
pub cycle: u32,
pub kind: AnomalyKind,
pub description: String,
}Expand description
Detected anomaly during stress testing
Fields§
§cycle: u32Cycle where anomaly was detected
kind: AnomalyKindType of anomaly
description: StringDescription
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Anomaly
impl RefUnwindSafe for Anomaly
impl Send for Anomaly
impl Sync for Anomaly
impl Unpin for Anomaly
impl UnsafeUnpin for Anomaly
impl UnwindSafe for Anomaly
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