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