Struct QuoteRightsSnapshot
pub struct QuoteRightsSnapshot {Show 27 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 sg_stock_qot_right: Option<i32>,
pub my_stock_qot_right: Option<i32>,
pub jp_future_qot_right: Option<i32>,
pub jp_stock_qot_right: Option<i32>,
pub cc_qot_right: Option<i32>,
pub event_contract_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>§sg_stock_qot_right: Option<i32>§my_stock_qot_right: Option<i32>§jp_future_qot_right: Option<i32>§jp_stock_qot_right: Option<i32>§cc_qot_right: Option<i32>§event_contract_qot_right: Option<i32>Trait Implementations§
§impl Clone for QuoteRightsSnapshot
impl Clone for QuoteRightsSnapshot
§fn clone(&self) -> QuoteRightsSnapshot
fn clone(&self) -> QuoteRightsSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for QuoteRightsSnapshot
impl Debug for QuoteRightsSnapshot
§impl Default for QuoteRightsSnapshot
impl Default for QuoteRightsSnapshot
§fn default() -> QuoteRightsSnapshot
fn default() -> QuoteRightsSnapshot
Returns the “default value” for a type. Read more
impl Eq for QuoteRightsSnapshot
§impl PartialEq for QuoteRightsSnapshot
impl PartialEq for QuoteRightsSnapshot
§fn eq(&self, other: &QuoteRightsSnapshot) -> bool
fn eq(&self, other: &QuoteRightsSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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
§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
Compare self to
key and return true if they are equal.§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