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