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