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