pub struct QueryCurrentMarginOrderCountUsageResponseInner {
pub rate_limit_type: Option<String>,
pub interval: Option<String>,
pub interval_num: Option<i64>,
pub limit: Option<i64>,
pub count: Option<i64>,
}Fields§
§rate_limit_type: Option<String>§interval: Option<String>§interval_num: Option<i64>§limit: Option<i64>§count: Option<i64>Implementations§
Trait Implementations§
Source§impl Clone for QueryCurrentMarginOrderCountUsageResponseInner
impl Clone for QueryCurrentMarginOrderCountUsageResponseInner
Source§fn clone(&self) -> QueryCurrentMarginOrderCountUsageResponseInner
fn clone(&self) -> QueryCurrentMarginOrderCountUsageResponseInner
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 Default for QueryCurrentMarginOrderCountUsageResponseInner
impl Default for QueryCurrentMarginOrderCountUsageResponseInner
Source§fn default() -> QueryCurrentMarginOrderCountUsageResponseInner
fn default() -> QueryCurrentMarginOrderCountUsageResponseInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryCurrentMarginOrderCountUsageResponseInner
impl<'de> Deserialize<'de> for QueryCurrentMarginOrderCountUsageResponseInner
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
Source§impl PartialEq for QueryCurrentMarginOrderCountUsageResponseInner
impl PartialEq for QueryCurrentMarginOrderCountUsageResponseInner
Source§fn eq(&self, other: &QueryCurrentMarginOrderCountUsageResponseInner) -> bool
fn eq(&self, other: &QueryCurrentMarginOrderCountUsageResponseInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryCurrentMarginOrderCountUsageResponseInner
Auto Trait Implementations§
impl Freeze for QueryCurrentMarginOrderCountUsageResponseInner
impl RefUnwindSafe for QueryCurrentMarginOrderCountUsageResponseInner
impl Send for QueryCurrentMarginOrderCountUsageResponseInner
impl Sync for QueryCurrentMarginOrderCountUsageResponseInner
impl Unpin for QueryCurrentMarginOrderCountUsageResponseInner
impl UnsafeUnpin for QueryCurrentMarginOrderCountUsageResponseInner
impl UnwindSafe for QueryCurrentMarginOrderCountUsageResponseInner
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