pub struct SmartTransferStatisticOutflow {
pub coins: Option<Vec<SmartTransferCoinStatistic>>,
pub ticket_count: Option<i32>,
}
Expand description
SmartTransferStatisticOutflow : Outflow tickets data
Fields§
§coins: Option<Vec<SmartTransferCoinStatistic>>
§ticket_count: Option<i32>
Implementations§
Source§impl SmartTransferStatisticOutflow
impl SmartTransferStatisticOutflow
Sourcepub fn new() -> SmartTransferStatisticOutflow
pub fn new() -> SmartTransferStatisticOutflow
Outflow tickets data
Trait Implementations§
Source§impl Clone for SmartTransferStatisticOutflow
impl Clone for SmartTransferStatisticOutflow
Source§fn clone(&self) -> SmartTransferStatisticOutflow
fn clone(&self) -> SmartTransferStatisticOutflow
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 Default for SmartTransferStatisticOutflow
impl Default for SmartTransferStatisticOutflow
Source§fn default() -> SmartTransferStatisticOutflow
fn default() -> SmartTransferStatisticOutflow
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SmartTransferStatisticOutflow
impl<'de> Deserialize<'de> for SmartTransferStatisticOutflow
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 SmartTransferStatisticOutflow
impl PartialEq for SmartTransferStatisticOutflow
Source§fn eq(&self, other: &SmartTransferStatisticOutflow) -> bool
fn eq(&self, other: &SmartTransferStatisticOutflow) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for SmartTransferStatisticOutflow
Auto Trait Implementations§
impl Freeze for SmartTransferStatisticOutflow
impl RefUnwindSafe for SmartTransferStatisticOutflow
impl Send for SmartTransferStatisticOutflow
impl Sync for SmartTransferStatisticOutflow
impl Unpin for SmartTransferStatisticOutflow
impl UnwindSafe for SmartTransferStatisticOutflow
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