pub struct SettlementWatchdogJob {
pub schema: String,
pub job_id: String,
pub kind: SettlementWatchdogKind,
pub trigger_kind: SettlementAutomationTriggerKind,
pub chain_id: String,
pub replay_window_secs: u64,
pub cron_expression: String,
pub state_fingerprint: String,
pub operator_override_required: bool,
pub reference_id: String,
}Fields§
§schema: String§job_id: String§kind: SettlementWatchdogKind§trigger_kind: SettlementAutomationTriggerKind§chain_id: String§replay_window_secs: u64§cron_expression: String§state_fingerprint: String§operator_override_required: bool§reference_id: StringTrait Implementations§
Source§impl Clone for SettlementWatchdogJob
impl Clone for SettlementWatchdogJob
Source§fn clone(&self) -> SettlementWatchdogJob
fn clone(&self) -> SettlementWatchdogJob
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 Debug for SettlementWatchdogJob
impl Debug for SettlementWatchdogJob
Source§impl<'de> Deserialize<'de> for SettlementWatchdogJob
impl<'de> Deserialize<'de> for SettlementWatchdogJob
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 SettlementWatchdogJob
Source§impl PartialEq for SettlementWatchdogJob
impl PartialEq for SettlementWatchdogJob
Source§impl Serialize for SettlementWatchdogJob
impl Serialize for SettlementWatchdogJob
impl StructuralPartialEq for SettlementWatchdogJob
Auto Trait Implementations§
impl Freeze for SettlementWatchdogJob
impl RefUnwindSafe for SettlementWatchdogJob
impl Send for SettlementWatchdogJob
impl Sync for SettlementWatchdogJob
impl Unpin for SettlementWatchdogJob
impl UnsafeUnpin for SettlementWatchdogJob
impl UnwindSafe for SettlementWatchdogJob
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