pub struct GetMarketOptionsOpenInterestInstrumentLatestResponseObj0 {
pub description: Option<String>,
pub payload: Option<Vec<GetMarketOptionsOpenInterestInstrumentLatestResponseObj0PayloadItem>>,
pub status: Option<i64>,
pub title: Option<String>,
}Fields§
§description: Option<String>§payload: Option<Vec<GetMarketOptionsOpenInterestInstrumentLatestResponseObj0PayloadItem>>§status: Option<i64>§title: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for GetMarketOptionsOpenInterestInstrumentLatestResponseObj0
impl<'de> Deserialize<'de> for GetMarketOptionsOpenInterestInstrumentLatestResponseObj0
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 GetMarketOptionsOpenInterestInstrumentLatestResponseObj0
impl RefUnwindSafe for GetMarketOptionsOpenInterestInstrumentLatestResponseObj0
impl Send for GetMarketOptionsOpenInterestInstrumentLatestResponseObj0
impl Sync for GetMarketOptionsOpenInterestInstrumentLatestResponseObj0
impl Unpin for GetMarketOptionsOpenInterestInstrumentLatestResponseObj0
impl UnwindSafe for GetMarketOptionsOpenInterestInstrumentLatestResponseObj0
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