pub enum ExpectedVerdict {
Sat,
Unsat,
}Expand description
The known verdict of a generated instance, for test oracles.
Variants§
Trait Implementations§
Source§impl Clone for ExpectedVerdict
impl Clone for ExpectedVerdict
Source§fn clone(&self) -> ExpectedVerdict
fn clone(&self) -> ExpectedVerdict
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExpectedVerdict
impl Debug for ExpectedVerdict
Source§impl PartialEq for ExpectedVerdict
impl PartialEq for ExpectedVerdict
Source§fn eq(&self, other: &ExpectedVerdict) -> bool
fn eq(&self, other: &ExpectedVerdict) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ExpectedVerdict
impl Eq for ExpectedVerdict
impl StructuralPartialEq for ExpectedVerdict
Auto Trait Implementations§
impl Freeze for ExpectedVerdict
impl RefUnwindSafe for ExpectedVerdict
impl Send for ExpectedVerdict
impl Sync for ExpectedVerdict
impl Unpin for ExpectedVerdict
impl UnsafeUnpin for ExpectedVerdict
impl UnwindSafe for ExpectedVerdict
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