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