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