pub enum CfdFrequency {
No_Transactions_In_The_Past_12_Months,
_1__5_Transactions_In_The_Past_12_Months,
_6__10_Transactions_In_The_Past_12_Months,
_11__39_Transactions_In_The_Past_12_Months,
_40_Transactions_Or_More_In_The_Past_12_Months,
}
Expand description
How many CFD trades have you placed in the past 12 months?
Variants§
No_Transactions_In_The_Past_12_Months
_1__5_Transactions_In_The_Past_12_Months
_6__10_Transactions_In_The_Past_12_Months
_11__39_Transactions_In_The_Past_12_Months
_40_Transactions_Or_More_In_The_Past_12_Months
Trait Implementations§
Source§impl Clone for CfdFrequency
impl Clone for CfdFrequency
Source§fn clone(&self) -> CfdFrequency
fn clone(&self) -> CfdFrequency
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 CfdFrequency
impl Debug for CfdFrequency
Source§impl<'de> Deserialize<'de> for CfdFrequency
impl<'de> Deserialize<'de> for CfdFrequency
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
Auto Trait Implementations§
impl Freeze for CfdFrequency
impl RefUnwindSafe for CfdFrequency
impl Send for CfdFrequency
impl Sync for CfdFrequency
impl Unpin for CfdFrequency
impl UnwindSafe for CfdFrequency
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