pub enum SettlementType {
Settlement,
Delivery,
Bankruptcy,
}Variants§
Trait Implementations§
Source§impl Clone for SettlementType
impl Clone for SettlementType
Source§fn clone(&self) -> SettlementType
fn clone(&self) -> SettlementType
Returns a duplicate of the value. Read more
1.0.0 · 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 SettlementType
impl Debug for SettlementType
Source§impl Default for SettlementType
impl Default for SettlementType
Source§fn default() -> SettlementType
fn default() -> SettlementType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SettlementType
impl<'de> Deserialize<'de> for SettlementType
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
Source§impl PartialEq for SettlementType
impl PartialEq for SettlementType
Source§impl Serialize for SettlementType
impl Serialize for SettlementType
impl StructuralPartialEq for SettlementType
Auto Trait Implementations§
impl Freeze for SettlementType
impl RefUnwindSafe for SettlementType
impl Send for SettlementType
impl Sync for SettlementType
impl Unpin for SettlementType
impl UnwindSafe for SettlementType
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