pub enum GetMarketOptionsOpenInterestInstrumentLatestResponseUnion {
GetMarketOptionsOpenInterestInstrumentLatestResponseObj0(GetMarketOptionsOpenInterestInstrumentLatestResponseObj0),
GetMarketOptionsOpenInterestInstrumentLatestResponseObj1(GetMarketOptionsOpenInterestInstrumentLatestResponseObj1),
}Variants§
GetMarketOptionsOpenInterestInstrumentLatestResponseObj0(GetMarketOptionsOpenInterestInstrumentLatestResponseObj0)
GetMarketOptionsOpenInterestInstrumentLatestResponseObj1(GetMarketOptionsOpenInterestInstrumentLatestResponseObj1)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetMarketOptionsOpenInterestInstrumentLatestResponseUnion
impl<'de> Deserialize<'de> for GetMarketOptionsOpenInterestInstrumentLatestResponseUnion
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 GetMarketOptionsOpenInterestInstrumentLatestResponseUnion
impl RefUnwindSafe for GetMarketOptionsOpenInterestInstrumentLatestResponseUnion
impl Send for GetMarketOptionsOpenInterestInstrumentLatestResponseUnion
impl Sync for GetMarketOptionsOpenInterestInstrumentLatestResponseUnion
impl Unpin for GetMarketOptionsOpenInterestInstrumentLatestResponseUnion
impl UnwindSafe for GetMarketOptionsOpenInterestInstrumentLatestResponseUnion
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