pub struct GetTradeHistoryRequest {
pub query: GetTradeHistoryRequestQuery,
}Expand description
Retrieve a list of trades, up to a maximum of 7 days prior.
Fields§
§query: GetTradeHistoryRequestQueryImplementations§
Source§impl GetTradeHistoryRequest
impl GetTradeHistoryRequest
Sourcepub async fn parse_response(req: Response) -> Result<GetTradeHistoryResponse>
pub async fn parse_response(req: Response) -> Result<GetTradeHistoryResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetTradeHistoryRequest
impl Clone for GetTradeHistoryRequest
Source§fn clone(&self) -> GetTradeHistoryRequest
fn clone(&self) -> GetTradeHistoryRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetTradeHistoryRequest
impl Debug for GetTradeHistoryRequest
Source§impl Default for GetTradeHistoryRequest
impl Default for GetTradeHistoryRequest
Source§impl Validate for GetTradeHistoryRequest
impl Validate for GetTradeHistoryRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetTradeHistoryRequest
impl<'v_a> ValidateArgs<'v_a> for GetTradeHistoryRequest
Auto Trait Implementations§
impl Freeze for GetTradeHistoryRequest
impl RefUnwindSafe for GetTradeHistoryRequest
impl Send for GetTradeHistoryRequest
impl Sync for GetTradeHistoryRequest
impl Unpin for GetTradeHistoryRequest
impl UnsafeUnpin for GetTradeHistoryRequest
impl UnwindSafe for GetTradeHistoryRequest
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