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