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