pub struct SmartTransferCoinStatistic {
pub asset: Option<String>,
pub amount: Option<String>,
}
Expand description
SmartTransferCoinStatistic : Smart transfer coin statistic
Fields§
§asset: Option<String>
§amount: Option<String>
Implementations§
Source§impl SmartTransferCoinStatistic
impl SmartTransferCoinStatistic
Sourcepub fn new() -> SmartTransferCoinStatistic
pub fn new() -> SmartTransferCoinStatistic
Smart transfer coin statistic
Trait Implementations§
Source§impl Clone for SmartTransferCoinStatistic
impl Clone for SmartTransferCoinStatistic
Source§fn clone(&self) -> SmartTransferCoinStatistic
fn clone(&self) -> SmartTransferCoinStatistic
Returns a duplicate of the value. Read more
1.0.0 · 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 SmartTransferCoinStatistic
impl Debug for SmartTransferCoinStatistic
Source§impl Default for SmartTransferCoinStatistic
impl Default for SmartTransferCoinStatistic
Source§fn default() -> SmartTransferCoinStatistic
fn default() -> SmartTransferCoinStatistic
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SmartTransferCoinStatistic
impl<'de> Deserialize<'de> for SmartTransferCoinStatistic
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
impl StructuralPartialEq for SmartTransferCoinStatistic
Auto Trait Implementations§
impl Freeze for SmartTransferCoinStatistic
impl RefUnwindSafe for SmartTransferCoinStatistic
impl Send for SmartTransferCoinStatistic
impl Sync for SmartTransferCoinStatistic
impl Unpin for SmartTransferCoinStatistic
impl UnwindSafe for SmartTransferCoinStatistic
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