pub enum RootDelegationProofInstallOutcome {
Installed,
AlreadyInstalled,
RejectedBySigner,
CallFailed,
ProofMismatch,
ExpiredOrSuperseded,
}Variants§
Trait Implementations§
Source§impl Clone for RootDelegationProofInstallOutcome
impl Clone for RootDelegationProofInstallOutcome
Source§fn clone(&self) -> RootDelegationProofInstallOutcome
fn clone(&self) -> RootDelegationProofInstallOutcome
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 RootDelegationProofInstallOutcome
impl<'de> Deserialize<'de> for RootDelegationProofInstallOutcome
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
impl Eq for RootDelegationProofInstallOutcome
Source§impl PartialEq for RootDelegationProofInstallOutcome
impl PartialEq for RootDelegationProofInstallOutcome
Source§fn eq(&self, other: &RootDelegationProofInstallOutcome) -> bool
fn eq(&self, other: &RootDelegationProofInstallOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RootDelegationProofInstallOutcome
Auto Trait Implementations§
impl Freeze for RootDelegationProofInstallOutcome
impl RefUnwindSafe for RootDelegationProofInstallOutcome
impl Send for RootDelegationProofInstallOutcome
impl Sync for RootDelegationProofInstallOutcome
impl Unpin for RootDelegationProofInstallOutcome
impl UnsafeUnpin for RootDelegationProofInstallOutcome
impl UnwindSafe for RootDelegationProofInstallOutcome
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