pub struct TradingDurationItem {
pub data: Option<Vec<DataItem>>,
pub market: Option<Market>,
pub submarket: Option<Submarket>,
}
Fields§
§data: Option<Vec<DataItem>>
Available contract types and trading duration boundaries\n
market: Option<Market>
The market in which the underlyings listed in symbol
located.\n
submarket: Option<Submarket>
The submarket in which the underlyings listed in symbol
located.\n
Trait Implementations§
Source§impl Clone for TradingDurationItem
impl Clone for TradingDurationItem
Source§fn clone(&self) -> TradingDurationItem
fn clone(&self) -> TradingDurationItem
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 TradingDurationItem
impl Debug for TradingDurationItem
Source§impl<'de> Deserialize<'de> for TradingDurationItem
impl<'de> Deserialize<'de> for TradingDurationItem
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 TradingDurationItem
impl RefUnwindSafe for TradingDurationItem
impl Send for TradingDurationItem
impl Sync for TradingDurationItem
impl Unpin for TradingDurationItem
impl UnwindSafe for TradingDurationItem
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