Enum prop_check_rs::prop::PropResult
source · pub enum PropResult {
Passed {
test_cases: TestCases,
},
Falsified {
failure: FailedCase,
successes: SuccessCount,
},
Proved,
}Variants§
Implementations§
source§impl PropResult
impl PropResult
Trait Implementations§
source§impl Clone for PropResult
impl Clone for PropResult
source§fn clone(&self) -> PropResult
fn clone(&self) -> PropResult
Returns a copy 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 IsFalsified for PropResult
impl IsFalsified for PropResult
fn is_falsified(&self) -> bool
fn non_falsified(&self) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for PropResult
impl Send for PropResult
impl Sync for PropResult
impl Unpin for PropResult
impl UnwindSafe for PropResult
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