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