pub struct SettlementIncidentAlert {
pub code: String,
pub severity: SettlementAlertSeverity,
pub chain_id: String,
pub execution_receipt_id: Option<String>,
pub observed_at: u64,
pub message: String,
}Fields§
§code: String§severity: SettlementAlertSeverity§chain_id: String§execution_receipt_id: Option<String>§observed_at: u64§message: StringTrait Implementations§
Source§impl Clone for SettlementIncidentAlert
impl Clone for SettlementIncidentAlert
Source§fn clone(&self) -> SettlementIncidentAlert
fn clone(&self) -> SettlementIncidentAlert
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 SettlementIncidentAlert
impl Debug for SettlementIncidentAlert
Source§impl<'de> Deserialize<'de> for SettlementIncidentAlert
impl<'de> Deserialize<'de> for SettlementIncidentAlert
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 SettlementIncidentAlert
Source§impl PartialEq for SettlementIncidentAlert
impl PartialEq for SettlementIncidentAlert
Source§impl Serialize for SettlementIncidentAlert
impl Serialize for SettlementIncidentAlert
impl StructuralPartialEq for SettlementIncidentAlert
Auto Trait Implementations§
impl Freeze for SettlementIncidentAlert
impl RefUnwindSafe for SettlementIncidentAlert
impl Send for SettlementIncidentAlert
impl Sync for SettlementIncidentAlert
impl Unpin for SettlementIncidentAlert
impl UnsafeUnpin for SettlementIncidentAlert
impl UnwindSafe for SettlementIncidentAlert
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