pub struct GetSmallLiabilityExchangeHistoryResponse {
pub total: Option<i64>,
pub rows: Option<Vec<GetSmallLiabilityExchangeHistoryResponseRowsInner>>,
}Fields§
§total: Option<i64>§rows: Option<Vec<GetSmallLiabilityExchangeHistoryResponseRowsInner>>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
Source§impl PartialEq for GetSmallLiabilityExchangeHistoryResponse
impl PartialEq for GetSmallLiabilityExchangeHistoryResponse
Source§fn eq(&self, other: &GetSmallLiabilityExchangeHistoryResponse) -> bool
fn eq(&self, other: &GetSmallLiabilityExchangeHistoryResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.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