pub struct VarietyMonthYearStatRequest {
pub trade_month: String,
pub trade_type: String,
pub lang: String,
}Expand description
Request for variety month/year statistics.
Fields§
§trade_month: StringTrade month (YYYYMM format).
trade_type: StringTrade type (“1” = futures, “2” = options).
lang: StringLanguage (“zh” or “en”).
Trait Implementations§
Source§impl Clone for VarietyMonthYearStatRequest
impl Clone for VarietyMonthYearStatRequest
Source§fn clone(&self) -> VarietyMonthYearStatRequest
fn clone(&self) -> VarietyMonthYearStatRequest
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 VarietyMonthYearStatRequest
impl Debug for VarietyMonthYearStatRequest
Auto Trait Implementations§
impl Freeze for VarietyMonthYearStatRequest
impl RefUnwindSafe for VarietyMonthYearStatRequest
impl Send for VarietyMonthYearStatRequest
impl Sync for VarietyMonthYearStatRequest
impl Unpin for VarietyMonthYearStatRequest
impl UnwindSafe for VarietyMonthYearStatRequest
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