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>§coin_name: Option<String>§type: Option<i64>§profit_amount: Option<Decimal>§status: Option<i64>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
Source§impl PartialEq for ExtraBonusListResponseDataOtherProfitsInner
impl PartialEq for ExtraBonusListResponseDataOtherProfitsInner
Source§fn eq(&self, other: &ExtraBonusListResponseDataOtherProfitsInner) -> bool
fn eq(&self, other: &ExtraBonusListResponseDataOtherProfitsInner) -> bool
Tests for
self and other values to be equal, and is used by ==.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