pub enum PlanActVerifyOutcomeV1 {
Success,
Abstained,
RepairNeeded,
Failed,
}Variants§
Trait Implementations§
Source§impl Clone for PlanActVerifyOutcomeV1
impl Clone for PlanActVerifyOutcomeV1
Source§fn clone(&self) -> PlanActVerifyOutcomeV1
fn clone(&self) -> PlanActVerifyOutcomeV1
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 PlanActVerifyOutcomeV1
impl Debug for PlanActVerifyOutcomeV1
impl Eq for PlanActVerifyOutcomeV1
Source§impl PartialEq for PlanActVerifyOutcomeV1
impl PartialEq for PlanActVerifyOutcomeV1
Source§fn eq(&self, other: &PlanActVerifyOutcomeV1) -> bool
fn eq(&self, other: &PlanActVerifyOutcomeV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PlanActVerifyOutcomeV1
Auto Trait Implementations§
impl Freeze for PlanActVerifyOutcomeV1
impl RefUnwindSafe for PlanActVerifyOutcomeV1
impl Send for PlanActVerifyOutcomeV1
impl Sync for PlanActVerifyOutcomeV1
impl Unpin for PlanActVerifyOutcomeV1
impl UnsafeUnpin for PlanActVerifyOutcomeV1
impl UnwindSafe for PlanActVerifyOutcomeV1
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.