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