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