pub struct TradingPreferenceSet {
pub has_un_post_ad: Option<String>,
pub is_kyc: Option<String>,
pub is_email: Option<String>,
pub is_mobile: Option<String>,
pub has_register_time: Option<String>,
pub register_time_threshold: Option<String>,
pub order_finish_number_day30: Option<String>,
pub complete_rate_day30: Option<String>,
pub national_limit: Option<String>,
pub has_order_finish_number_day30: Option<String>,
pub has_complete_rate_day30: Option<String>,
pub has_national_limit: Option<String>,
}Fields§
§has_un_post_ad: Option<String>§is_kyc: Option<String>§is_email: Option<String>§is_mobile: Option<String>§has_register_time: Option<String>§register_time_threshold: Option<String>§order_finish_number_day30: Option<String>§complete_rate_day30: Option<String>§national_limit: Option<String>§has_order_finish_number_day30: Option<String>§has_complete_rate_day30: Option<String>§has_national_limit: Option<String>Trait Implementations§
Source§impl Clone for TradingPreferenceSet
impl Clone for TradingPreferenceSet
Source§fn clone(&self) -> TradingPreferenceSet
fn clone(&self) -> TradingPreferenceSet
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 moreSource§impl Debug for TradingPreferenceSet
impl Debug for TradingPreferenceSet
Source§impl<'de> Deserialize<'de> for TradingPreferenceSet
impl<'de> Deserialize<'de> for TradingPreferenceSet
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 TradingPreferenceSet
impl RefUnwindSafe for TradingPreferenceSet
impl Send for TradingPreferenceSet
impl Sync for TradingPreferenceSet
impl Unpin for TradingPreferenceSet
impl UnsafeUnpin for TradingPreferenceSet
impl UnwindSafe for TradingPreferenceSet
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