pub struct FundingRateHistoryRequest { /* private fields */ }Expand description
Query parameters for funding-rate history.
Implementations§
Trait Implementations§
Source§impl Clone for FundingRateHistoryRequest
impl Clone for FundingRateHistoryRequest
Source§fn clone(&self) -> FundingRateHistoryRequest
fn clone(&self) -> FundingRateHistoryRequest
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 Debug for FundingRateHistoryRequest
impl Debug for FundingRateHistoryRequest
Auto Trait Implementations§
impl Freeze for FundingRateHistoryRequest
impl RefUnwindSafe for FundingRateHistoryRequest
impl Send for FundingRateHistoryRequest
impl Sync for FundingRateHistoryRequest
impl Unpin for FundingRateHistoryRequest
impl UnsafeUnpin for FundingRateHistoryRequest
impl UnwindSafe for FundingRateHistoryRequest
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