pub enum SettlementWatchdogKind {
EscrowTimeout,
FinalityObservation,
BondExpiry,
}Variants§
Trait Implementations§
Source§impl Clone for SettlementWatchdogKind
impl Clone for SettlementWatchdogKind
Source§fn clone(&self) -> SettlementWatchdogKind
fn clone(&self) -> SettlementWatchdogKind
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 SettlementWatchdogKind
Source§impl Debug for SettlementWatchdogKind
impl Debug for SettlementWatchdogKind
Source§impl<'de> Deserialize<'de> for SettlementWatchdogKind
impl<'de> Deserialize<'de> for SettlementWatchdogKind
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 SettlementWatchdogKind
Source§impl PartialEq for SettlementWatchdogKind
impl PartialEq for SettlementWatchdogKind
Source§impl Serialize for SettlementWatchdogKind
impl Serialize for SettlementWatchdogKind
impl StructuralPartialEq for SettlementWatchdogKind
Auto Trait Implementations§
impl Freeze for SettlementWatchdogKind
impl RefUnwindSafe for SettlementWatchdogKind
impl Send for SettlementWatchdogKind
impl Sync for SettlementWatchdogKind
impl Unpin for SettlementWatchdogKind
impl UnsafeUnpin for SettlementWatchdogKind
impl UnwindSafe for SettlementWatchdogKind
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