pub struct GetSmallLiabilityExchangeHistoryResponse {
pub total: Option<i64>,
pub rows: Option<Vec<GetSmallLiabilityExchangeHistoryResponseRowsInner>>,
}Fields§
§total: Option<i64>total.
rows: Option<Vec<GetSmallLiabilityExchangeHistoryResponseRowsInner>>rows list.
Implementations§
Trait Implementations§
Source§impl Clone for GetSmallLiabilityExchangeHistoryResponse
impl Clone for GetSmallLiabilityExchangeHistoryResponse
Source§fn clone(&self) -> GetSmallLiabilityExchangeHistoryResponse
fn clone(&self) -> GetSmallLiabilityExchangeHistoryResponse
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 GetSmallLiabilityExchangeHistoryResponse
impl Default for GetSmallLiabilityExchangeHistoryResponse
Source§fn default() -> GetSmallLiabilityExchangeHistoryResponse
fn default() -> GetSmallLiabilityExchangeHistoryResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetSmallLiabilityExchangeHistoryResponse
impl<'de> Deserialize<'de> for GetSmallLiabilityExchangeHistoryResponse
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
impl StructuralPartialEq for GetSmallLiabilityExchangeHistoryResponse
Auto Trait Implementations§
impl Freeze for GetSmallLiabilityExchangeHistoryResponse
impl RefUnwindSafe for GetSmallLiabilityExchangeHistoryResponse
impl Send for GetSmallLiabilityExchangeHistoryResponse
impl Sync for GetSmallLiabilityExchangeHistoryResponse
impl Unpin for GetSmallLiabilityExchangeHistoryResponse
impl UnsafeUnpin for GetSmallLiabilityExchangeHistoryResponse
impl UnwindSafe for GetSmallLiabilityExchangeHistoryResponse
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