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