pub enum Verdict {
Expressible,
Hypothesis,
Inexpressible,
}Expand description
What a row means.
Variants§
Expressible
The two observations differ: the mock can report both worlds.
Hypothesis
Identical observations, and the fault is a by-name hypothesis
(seeded_rate_per_mille() == 0). Listed, not fatal.
Inexpressible
Identical observations on a fault that is handed out as WEATHER. Fatal: a storm arms it, a run reports it fired, and nothing about the run was different.
Trait Implementations§
impl Copy for Verdict
impl Eq for Verdict
impl StructuralPartialEq for Verdict
Auto Trait Implementations§
impl Freeze for Verdict
impl RefUnwindSafe for Verdict
impl Send for Verdict
impl Sync for Verdict
impl Unpin for Verdict
impl UnsafeUnpin for Verdict
impl UnwindSafe for Verdict
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