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