pub struct AccountCommissionResponseRateLimitsInner {
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 AccountCommissionResponseRateLimitsInner
impl Clone for AccountCommissionResponseRateLimitsInner
Source§fn clone(&self) -> AccountCommissionResponseRateLimitsInner
fn clone(&self) -> AccountCommissionResponseRateLimitsInner
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 AccountCommissionResponseRateLimitsInner
impl Default for AccountCommissionResponseRateLimitsInner
Source§fn default() -> AccountCommissionResponseRateLimitsInner
fn default() -> AccountCommissionResponseRateLimitsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AccountCommissionResponseRateLimitsInner
impl<'de> Deserialize<'de> for AccountCommissionResponseRateLimitsInner
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
impl StructuralPartialEq for AccountCommissionResponseRateLimitsInner
Auto Trait Implementations§
impl Freeze for AccountCommissionResponseRateLimitsInner
impl RefUnwindSafe for AccountCommissionResponseRateLimitsInner
impl Send for AccountCommissionResponseRateLimitsInner
impl Sync for AccountCommissionResponseRateLimitsInner
impl Unpin for AccountCommissionResponseRateLimitsInner
impl UnsafeUnpin for AccountCommissionResponseRateLimitsInner
impl UnwindSafe for AccountCommissionResponseRateLimitsInner
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