pub struct QuoteRightsSnapshot {Show 23 fields
pub nick_name: Option<String>,
pub user_id: Option<i64>,
pub user_attribution: Option<i32>,
pub ret_msg: Option<String>,
pub sub_quota: Option<i32>,
pub history_kl_quota: Option<i32>,
pub hk_qot_right: Option<i32>,
pub hk_option_qot_right: Option<i32>,
pub hk_future_qot_right: Option<i32>,
pub us_qot_right: Option<i32>,
pub us_index_qot_right: Option<i32>,
pub us_option_qot_right: Option<i32>,
pub us_cme_future_qot_right: Option<i32>,
pub us_cbot_future_qot_right: Option<i32>,
pub us_nymex_future_qot_right: Option<i32>,
pub us_comex_future_qot_right: Option<i32>,
pub us_cboe_future_qot_right: Option<i32>,
pub us_otc_qot_right: Option<i32>,
pub sh_qot_right: Option<i32>,
pub sz_qot_right: Option<i32>,
pub sg_future_qot_right: Option<i32>,
pub jp_future_qot_right: Option<i32>,
pub cc_qot_right: Option<i32>,
}Fields§
§nick_name: Option<String>§user_id: Option<i64>§user_attribution: Option<i32>§ret_msg: Option<String>§sub_quota: Option<i32>§history_kl_quota: Option<i32>§hk_qot_right: Option<i32>§hk_option_qot_right: Option<i32>§hk_future_qot_right: Option<i32>§us_qot_right: Option<i32>§us_index_qot_right: Option<i32>§us_option_qot_right: Option<i32>§us_cme_future_qot_right: Option<i32>§us_cbot_future_qot_right: Option<i32>§us_nymex_future_qot_right: Option<i32>§us_comex_future_qot_right: Option<i32>§us_cboe_future_qot_right: Option<i32>§us_otc_qot_right: Option<i32>§sh_qot_right: Option<i32>§sz_qot_right: Option<i32>§sg_future_qot_right: Option<i32>§jp_future_qot_right: Option<i32>§cc_qot_right: Option<i32>Trait Implementations§
Source§impl Clone for QuoteRightsSnapshot
impl Clone for QuoteRightsSnapshot
Source§fn clone(&self) -> QuoteRightsSnapshot
fn clone(&self) -> QuoteRightsSnapshot
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 QuoteRightsSnapshot
impl Debug for QuoteRightsSnapshot
Source§impl Default for QuoteRightsSnapshot
impl Default for QuoteRightsSnapshot
Source§fn default() -> QuoteRightsSnapshot
fn default() -> QuoteRightsSnapshot
Returns the “default value” for a type. Read more
Source§impl PartialEq for QuoteRightsSnapshot
impl PartialEq for QuoteRightsSnapshot
impl Eq for QuoteRightsSnapshot
impl StructuralPartialEq for QuoteRightsSnapshot
Auto Trait Implementations§
impl Freeze for QuoteRightsSnapshot
impl RefUnwindSafe for QuoteRightsSnapshot
impl Send for QuoteRightsSnapshot
impl Sync for QuoteRightsSnapshot
impl Unpin for QuoteRightsSnapshot
impl UnsafeUnpin for QuoteRightsSnapshot
impl UnwindSafe for QuoteRightsSnapshot
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more