pub struct ExtraBonusListResponseDataOtherProfitsInner {
pub time: Option<i64>,
pub coin_name: Option<String>,
pub type: Option<i64>,
pub profit_amount: Option<Decimal>,
pub status: Option<i64>,
}Fields§
§time: Option<i64>Mining date
coin_name: Option<String>Coin name
type: Option<i64>1: Merged Mining, 2: Activity Bonus, 3: Rebate, 4: Smart Pool, 6: Income Transfer, 7: Pool Savings
profit_amount: Option<Decimal>Amount
status: Option<i64>Status: 0 Unpaid, 1 Paying, 2 Paid
Implementations§
Trait Implementations§
Source§impl Clone for ExtraBonusListResponseDataOtherProfitsInner
impl Clone for ExtraBonusListResponseDataOtherProfitsInner
Source§fn clone(&self) -> ExtraBonusListResponseDataOtherProfitsInner
fn clone(&self) -> ExtraBonusListResponseDataOtherProfitsInner
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 ExtraBonusListResponseDataOtherProfitsInner
impl Default for ExtraBonusListResponseDataOtherProfitsInner
Source§fn default() -> ExtraBonusListResponseDataOtherProfitsInner
fn default() -> ExtraBonusListResponseDataOtherProfitsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExtraBonusListResponseDataOtherProfitsInner
impl<'de> Deserialize<'de> for ExtraBonusListResponseDataOtherProfitsInner
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
impl StructuralPartialEq for ExtraBonusListResponseDataOtherProfitsInner
Auto Trait Implementations§
impl Freeze for ExtraBonusListResponseDataOtherProfitsInner
impl RefUnwindSafe for ExtraBonusListResponseDataOtherProfitsInner
impl Send for ExtraBonusListResponseDataOtherProfitsInner
impl Sync for ExtraBonusListResponseDataOtherProfitsInner
impl Unpin for ExtraBonusListResponseDataOtherProfitsInner
impl UnsafeUnpin for ExtraBonusListResponseDataOtherProfitsInner
impl UnwindSafe for ExtraBonusListResponseDataOtherProfitsInner
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