pub enum ExternalUpgradeCompletionStatusV1 {
AwaitingConsent,
ConsentRefused,
AwaitingVerification,
VerifiedComplete,
VerificationFailed,
}Expand description
ExternalUpgradeCompletionStatusV1
Variants§
Trait Implementations§
Source§impl Clone for ExternalUpgradeCompletionStatusV1
impl Clone for ExternalUpgradeCompletionStatusV1
Source§fn clone(&self) -> ExternalUpgradeCompletionStatusV1
fn clone(&self) -> ExternalUpgradeCompletionStatusV1
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<'de> Deserialize<'de> for ExternalUpgradeCompletionStatusV1
impl<'de> Deserialize<'de> for ExternalUpgradeCompletionStatusV1
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for ExternalUpgradeCompletionStatusV1
impl Ord for ExternalUpgradeCompletionStatusV1
Source§fn cmp(&self, other: &ExternalUpgradeCompletionStatusV1) -> Ordering
fn cmp(&self, other: &ExternalUpgradeCompletionStatusV1) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ExternalUpgradeCompletionStatusV1
impl PartialEq for ExternalUpgradeCompletionStatusV1
Source§fn eq(&self, other: &ExternalUpgradeCompletionStatusV1) -> bool
fn eq(&self, other: &ExternalUpgradeCompletionStatusV1) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ExternalUpgradeCompletionStatusV1
impl PartialOrd for ExternalUpgradeCompletionStatusV1
impl Copy for ExternalUpgradeCompletionStatusV1
impl Eq for ExternalUpgradeCompletionStatusV1
impl StructuralPartialEq for ExternalUpgradeCompletionStatusV1
Auto Trait Implementations§
impl Freeze for ExternalUpgradeCompletionStatusV1
impl RefUnwindSafe for ExternalUpgradeCompletionStatusV1
impl Send for ExternalUpgradeCompletionStatusV1
impl Sync for ExternalUpgradeCompletionStatusV1
impl Unpin for ExternalUpgradeCompletionStatusV1
impl UnsafeUnpin for ExternalUpgradeCompletionStatusV1
impl UnwindSafe for ExternalUpgradeCompletionStatusV1
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