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