pub struct SpotBorrowRepayHistoryRequest<'a> { /* private fields */ }Expand description
Query parameters for GET /api/v5/account/spot-borrow-repay-history.
Implementations§
Source§impl<'a> SpotBorrowRepayHistoryRequest<'a>
impl<'a> SpotBorrowRepayHistoryRequest<'a>
Sourcepub fn event_type(self, value: impl Into<Cow<'a, str>>) -> Self
pub fn event_type(self, value: impl Into<Cow<'a, str>>) -> Self
Filter by event type.
Sourcepub fn after(self, value: impl Into<Cow<'a, str>>) -> Self
pub fn after(self, value: impl Into<Cow<'a, str>>) -> Self
Return records earlier than this millisecond timestamp.
Trait Implementations§
Source§impl<'a> Clone for SpotBorrowRepayHistoryRequest<'a>
impl<'a> Clone for SpotBorrowRepayHistoryRequest<'a>
Source§fn clone(&self) -> SpotBorrowRepayHistoryRequest<'a>
fn clone(&self) -> SpotBorrowRepayHistoryRequest<'a>
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<'a> Debug for SpotBorrowRepayHistoryRequest<'a>
impl<'a> Debug for SpotBorrowRepayHistoryRequest<'a>
Source§impl<'a> Default for SpotBorrowRepayHistoryRequest<'a>
impl<'a> Default for SpotBorrowRepayHistoryRequest<'a>
Source§fn default() -> SpotBorrowRepayHistoryRequest<'a>
fn default() -> SpotBorrowRepayHistoryRequest<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for SpotBorrowRepayHistoryRequest<'a>
impl<'a> RefUnwindSafe for SpotBorrowRepayHistoryRequest<'a>
impl<'a> Send for SpotBorrowRepayHistoryRequest<'a>
impl<'a> Sync for SpotBorrowRepayHistoryRequest<'a>
impl<'a> Unpin for SpotBorrowRepayHistoryRequest<'a>
impl<'a> UnsafeUnpin for SpotBorrowRepayHistoryRequest<'a>
impl<'a> UnwindSafe for SpotBorrowRepayHistoryRequest<'a>
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