pub struct MainSeriesInfo {
pub trade_date: String,
pub variety_id: String,
pub series_id: String,
pub contract_id: String,
}Expand description
Main series information (market maker contracts).
Fields§
§trade_date: StringTrade date.
variety_id: StringVariety ID.
series_id: StringSeries ID.
contract_id: StringContract ID.
Trait Implementations§
Source§impl Clone for MainSeriesInfo
impl Clone for MainSeriesInfo
Source§fn clone(&self) -> MainSeriesInfo
fn clone(&self) -> MainSeriesInfo
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 MainSeriesInfo
impl Debug for MainSeriesInfo
Source§impl<'de> Deserialize<'de> for MainSeriesInfo
impl<'de> Deserialize<'de> for MainSeriesInfo
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 MainSeriesInfo
impl RefUnwindSafe for MainSeriesInfo
impl Send for MainSeriesInfo
impl Sync for MainSeriesInfo
impl Unpin for MainSeriesInfo
impl UnwindSafe for MainSeriesInfo
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