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