pub enum SettlementOperationKind {
DispatchEscrow,
ReleaseEscrow,
RefundEscrow,
LockBond,
ReleaseBond,
ImpairBond,
ExpireBond,
}Variants§
Trait Implementations§
Source§impl Clone for SettlementOperationKind
impl Clone for SettlementOperationKind
Source§fn clone(&self) -> SettlementOperationKind
fn clone(&self) -> SettlementOperationKind
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 SettlementOperationKind
Source§impl Debug for SettlementOperationKind
impl Debug for SettlementOperationKind
Source§impl<'de> Deserialize<'de> for SettlementOperationKind
impl<'de> Deserialize<'de> for SettlementOperationKind
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 SettlementOperationKind
Source§impl PartialEq for SettlementOperationKind
impl PartialEq for SettlementOperationKind
Source§impl Serialize for SettlementOperationKind
impl Serialize for SettlementOperationKind
impl StructuralPartialEq for SettlementOperationKind
Auto Trait Implementations§
impl Freeze for SettlementOperationKind
impl RefUnwindSafe for SettlementOperationKind
impl Send for SettlementOperationKind
impl Sync for SettlementOperationKind
impl Unpin for SettlementOperationKind
impl UnsafeUnpin for SettlementOperationKind
impl UnwindSafe for SettlementOperationKind
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