pub enum StressTestVerdict {
Pass,
PassWithNotes,
Fail,
}Expand description
Stress test verdict
Variants§
Trait Implementations§
Source§impl Clone for StressTestVerdict
impl Clone for StressTestVerdict
Source§fn clone(&self) -> StressTestVerdict
fn clone(&self) -> StressTestVerdict
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 StressTestVerdict
impl Debug for StressTestVerdict
Source§impl Display for StressTestVerdict
impl Display for StressTestVerdict
Source§impl PartialEq for StressTestVerdict
impl PartialEq for StressTestVerdict
impl Copy for StressTestVerdict
impl Eq for StressTestVerdict
impl StructuralPartialEq for StressTestVerdict
Auto Trait Implementations§
impl Freeze for StressTestVerdict
impl RefUnwindSafe for StressTestVerdict
impl Send for StressTestVerdict
impl Sync for StressTestVerdict
impl Unpin for StressTestVerdict
impl UnsafeUnpin for StressTestVerdict
impl UnwindSafe for StressTestVerdict
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