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