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