pub struct OptionsInstrumentMapping {Show 14 fields
pub mapped_instrument: String,
pub index_underlying: String,
pub index_underlying_id: i32,
pub quote_currency: String,
pub quote_currency_id: i32,
pub settlement_currency: String,
pub settlement_currency_id: i32,
pub contract_currency: String,
pub contract_currency_id: i32,
pub strike_currency: String,
pub strike_currency_id: i32,
pub option_style: String,
pub tranform_function: String,
pub created_on: i64,
}Fields§
§mapped_instrument: String§index_underlying: String§index_underlying_id: i32§quote_currency: String§quote_currency_id: i32§settlement_currency: String§settlement_currency_id: i32§contract_currency: String§contract_currency_id: i32§strike_currency: String§strike_currency_id: i32§option_style: String§tranform_function: String§created_on: i64Trait Implementations§
Source§impl Clone for OptionsInstrumentMapping
impl Clone for OptionsInstrumentMapping
Source§fn clone(&self) -> OptionsInstrumentMapping
fn clone(&self) -> OptionsInstrumentMapping
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 OptionsInstrumentMapping
impl Debug for OptionsInstrumentMapping
Source§impl<'de> Deserialize<'de> for OptionsInstrumentMapping
impl<'de> Deserialize<'de> for OptionsInstrumentMapping
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 OptionsInstrumentMapping
impl RefUnwindSafe for OptionsInstrumentMapping
impl Send for OptionsInstrumentMapping
impl Sync for OptionsInstrumentMapping
impl Unpin for OptionsInstrumentMapping
impl UnsafeUnpin for OptionsInstrumentMapping
impl UnwindSafe for OptionsInstrumentMapping
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