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