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