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