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