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