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