pub struct GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner {Show 13 fields
pub position_id: Option<String>,
pub purchase_id: Option<String>,
pub project_id: Option<String>,
pub client_id: Option<String>,
pub time: Option<i64>,
pub asset: Option<String>,
pub amount: Option<String>,
pub lock_period: Option<String>,
pub type: Option<String>,
pub source_account: Option<String>,
pub amt_from_spot: Option<String>,
pub amt_from_funding: Option<String>,
pub status: Option<String>,
}Fields§
§position_id: Option<String>§purchase_id: Option<String>§project_id: Option<String>§client_id: Option<String>§time: Option<i64>§asset: Option<String>§amount: Option<String>§lock_period: Option<String>§type: Option<String>§source_account: Option<String>§amt_from_spot: Option<String>§amt_from_funding: Option<String>§status: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
impl Clone for GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
Source§fn clone(&self) -> GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
fn clone(&self) -> GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
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 GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
impl Default for GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
Source§fn default() -> GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
fn default() -> GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
impl<'de> Deserialize<'de> for GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
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 GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
impl PartialEq for GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
Source§fn eq(
&self,
other: &GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner,
) -> bool
fn eq( &self, other: &GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
Auto Trait Implementations§
impl Freeze for GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
impl RefUnwindSafe for GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
impl Send for GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
impl Sync for GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
impl Unpin for GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
impl UnsafeUnpin for GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
impl UnwindSafe for GetOnChainYieldsLockedSubscriptionRecordResponseRowsInner
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