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