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