pub struct WithdrawHistoryResponseInner {Show 16 fields
pub id: Option<String>,
pub amount: Option<String>,
pub transaction_fee: Option<String>,
pub coin: Option<String>,
pub status: Option<i64>,
pub address: Option<String>,
pub tx_id: Option<String>,
pub apply_time: Option<String>,
pub network: Option<String>,
pub transfer_type: Option<i64>,
pub withdraw_order_id: Option<String>,
pub info: Option<String>,
pub confirm_no: Option<i64>,
pub wallet_type: Option<i64>,
pub tx_key: Option<String>,
pub complete_time: Option<String>,
}Fields§
§id: Option<String>§amount: Option<String>§transaction_fee: Option<String>§coin: Option<String>§status: Option<i64>§address: Option<String>§tx_id: Option<String>§apply_time: Option<String>§network: Option<String>§transfer_type: Option<i64>§withdraw_order_id: Option<String>§info: Option<String>§confirm_no: Option<i64>§wallet_type: Option<i64>§tx_key: Option<String>§complete_time: Option<String>Implementations§
Source§impl WithdrawHistoryResponseInner
impl WithdrawHistoryResponseInner
pub fn new() -> WithdrawHistoryResponseInner
Trait Implementations§
Source§impl Clone for WithdrawHistoryResponseInner
impl Clone for WithdrawHistoryResponseInner
Source§fn clone(&self) -> WithdrawHistoryResponseInner
fn clone(&self) -> WithdrawHistoryResponseInner
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 Debug for WithdrawHistoryResponseInner
impl Debug for WithdrawHistoryResponseInner
Source§impl Default for WithdrawHistoryResponseInner
impl Default for WithdrawHistoryResponseInner
Source§fn default() -> WithdrawHistoryResponseInner
fn default() -> WithdrawHistoryResponseInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WithdrawHistoryResponseInner
impl<'de> Deserialize<'de> for WithdrawHistoryResponseInner
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 WithdrawHistoryResponseInner
impl PartialEq for WithdrawHistoryResponseInner
Source§fn eq(&self, other: &WithdrawHistoryResponseInner) -> bool
fn eq(&self, other: &WithdrawHistoryResponseInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WithdrawHistoryResponseInner
Auto Trait Implementations§
impl Freeze for WithdrawHistoryResponseInner
impl RefUnwindSafe for WithdrawHistoryResponseInner
impl Send for WithdrawHistoryResponseInner
impl Sync for WithdrawHistoryResponseInner
impl Unpin for WithdrawHistoryResponseInner
impl UnsafeUnpin for WithdrawHistoryResponseInner
impl UnwindSafe for WithdrawHistoryResponseInner
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