pub enum PoolLedgerRecoveryPhase {
Prepared,
HelperInstallIssued,
HelperInstalled,
WithdrawalIssued,
WithdrawalVerified,
HelperUninstallIssued,
Complete,
}Expand description
Durable phase of one Root-owned empty-pool Ledger recovery.
Variants§
Prepared
HelperInstallIssued
HelperInstalled
WithdrawalIssued
WithdrawalVerified
HelperUninstallIssued
Complete
Trait Implementations§
Source§impl CandidType for PoolLedgerRecoveryPhase
impl CandidType for PoolLedgerRecoveryPhase
Source§impl Clone for PoolLedgerRecoveryPhase
impl Clone for PoolLedgerRecoveryPhase
Source§fn clone(&self) -> PoolLedgerRecoveryPhase
fn clone(&self) -> PoolLedgerRecoveryPhase
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 PoolLedgerRecoveryPhase
Source§impl Debug for PoolLedgerRecoveryPhase
impl Debug for PoolLedgerRecoveryPhase
Source§impl<'de> Deserialize<'de> for PoolLedgerRecoveryPhase
impl<'de> Deserialize<'de> for PoolLedgerRecoveryPhase
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 PoolLedgerRecoveryPhase
Source§impl PartialEq for PoolLedgerRecoveryPhase
impl PartialEq for PoolLedgerRecoveryPhase
Source§impl Serialize for PoolLedgerRecoveryPhase
impl Serialize for PoolLedgerRecoveryPhase
impl StructuralPartialEq for PoolLedgerRecoveryPhase
Auto Trait Implementations§
impl Freeze for PoolLedgerRecoveryPhase
impl RefUnwindSafe for PoolLedgerRecoveryPhase
impl Send for PoolLedgerRecoveryPhase
impl Sync for PoolLedgerRecoveryPhase
impl Unpin for PoolLedgerRecoveryPhase
impl UnsafeUnpin for PoolLedgerRecoveryPhase
impl UnwindSafe for PoolLedgerRecoveryPhase
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