pub struct FuturesInstrumentMapping {
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 denomination_type: String,
pub transform_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§denomination_type: String§transform_function: String§created_on: i64Trait Implementations§
Source§impl Clone for FuturesInstrumentMapping
impl Clone for FuturesInstrumentMapping
Source§fn clone(&self) -> FuturesInstrumentMapping
fn clone(&self) -> FuturesInstrumentMapping
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 FuturesInstrumentMapping
impl Debug for FuturesInstrumentMapping
Source§impl<'de> Deserialize<'de> for FuturesInstrumentMapping
impl<'de> Deserialize<'de> for FuturesInstrumentMapping
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 FuturesInstrumentMapping
impl RefUnwindSafe for FuturesInstrumentMapping
impl Send for FuturesInstrumentMapping
impl Sync for FuturesInstrumentMapping
impl Unpin for FuturesInstrumentMapping
impl UnsafeUnpin for FuturesInstrumentMapping
impl UnwindSafe for FuturesInstrumentMapping
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