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 more