pub enum TradingInstrument {
Variant0(TradingInstrumentVariant0),
TradingInstrumentDescription(TradingInstrumentTradingInstrumentDescription),
}Variants§
Variant0(TradingInstrumentVariant0)
TradingInstrumentDescription(TradingInstrumentTradingInstrumentDescription)
Implementations§
Source§impl TradingInstrument
impl TradingInstrument
pub fn variant0(conid: f64) -> Self
pub fn description( trading_instrument_description: TradingInstrumentTradingInstrumentDescriptionDescription, ) -> Self
Trait Implementations§
Source§impl Clone for TradingInstrument
impl Clone for TradingInstrument
Source§fn clone(&self) -> TradingInstrument
fn clone(&self) -> TradingInstrument
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 TradingInstrument
impl Debug for TradingInstrument
Source§impl Default for TradingInstrument
impl Default for TradingInstrument
Source§impl PartialEq for TradingInstrument
impl PartialEq for TradingInstrument
Source§impl Serialize for TradingInstrument
impl Serialize for TradingInstrument
impl StructuralPartialEq for TradingInstrument
Auto Trait Implementations§
impl Freeze for TradingInstrument
impl RefUnwindSafe for TradingInstrument
impl Send for TradingInstrument
impl Sync for TradingInstrument
impl Unpin for TradingInstrument
impl UnsafeUnpin for TradingInstrument
impl UnwindSafe for TradingInstrument
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