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