pub enum SettlementRecoveryAction {
WaitForConfirmations,
WaitForDisputeWindow,
RetrySubmission,
ResubmitAfterReorg,
ExecuteRefund,
ManualReview,
ExpireBond,
}Variants§
WaitForConfirmations
WaitForDisputeWindow
RetrySubmission
ResubmitAfterReorg
ExecuteRefund
ManualReview
ExpireBond
Trait Implementations§
Source§impl Clone for SettlementRecoveryAction
impl Clone for SettlementRecoveryAction
Source§fn clone(&self) -> SettlementRecoveryAction
fn clone(&self) -> SettlementRecoveryAction
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 SettlementRecoveryAction
Source§impl Debug for SettlementRecoveryAction
impl Debug for SettlementRecoveryAction
Source§impl<'de> Deserialize<'de> for SettlementRecoveryAction
impl<'de> Deserialize<'de> for SettlementRecoveryAction
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 SettlementRecoveryAction
Source§impl PartialEq for SettlementRecoveryAction
impl PartialEq for SettlementRecoveryAction
Source§impl Serialize for SettlementRecoveryAction
impl Serialize for SettlementRecoveryAction
impl StructuralPartialEq for SettlementRecoveryAction
Auto Trait Implementations§
impl Freeze for SettlementRecoveryAction
impl RefUnwindSafe for SettlementRecoveryAction
impl Send for SettlementRecoveryAction
impl Sync for SettlementRecoveryAction
impl Unpin for SettlementRecoveryAction
impl UnsafeUnpin for SettlementRecoveryAction
impl UnwindSafe for SettlementRecoveryAction
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