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