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