pub enum RefinementVerdictV0 {
SatisfiedAll,
SatisfiedSome,
Unsatisfiable,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for RefinementVerdictV0
impl Clone for RefinementVerdictV0
Source§fn clone(&self) -> RefinementVerdictV0
fn clone(&self) -> RefinementVerdictV0
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 moreimpl Copy for RefinementVerdictV0
Source§impl Debug for RefinementVerdictV0
impl Debug for RefinementVerdictV0
impl Eq for RefinementVerdictV0
Source§impl PartialEq for RefinementVerdictV0
impl PartialEq for RefinementVerdictV0
Source§fn eq(&self, other: &RefinementVerdictV0) -> bool
fn eq(&self, other: &RefinementVerdictV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RefinementVerdictV0
impl Serialize for RefinementVerdictV0
impl StructuralPartialEq for RefinementVerdictV0
Auto Trait Implementations§
impl Freeze for RefinementVerdictV0
impl RefUnwindSafe for RefinementVerdictV0
impl Send for RefinementVerdictV0
impl Sync for RefinementVerdictV0
impl Unpin for RefinementVerdictV0
impl UnsafeUnpin for RefinementVerdictV0
impl UnwindSafe for RefinementVerdictV0
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