pub struct InstrumentTickBandsRequest { /* private fields */ }Expand description
Query parameters for GET /api/v5/public/instrument-tick-bands.
Implementations§
Trait Implementations§
Source§impl Clone for InstrumentTickBandsRequest
impl Clone for InstrumentTickBandsRequest
Source§fn clone(&self) -> InstrumentTickBandsRequest
fn clone(&self) -> InstrumentTickBandsRequest
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 InstrumentTickBandsRequest
impl Debug for InstrumentTickBandsRequest
Auto Trait Implementations§
impl Freeze for InstrumentTickBandsRequest
impl RefUnwindSafe for InstrumentTickBandsRequest
impl Send for InstrumentTickBandsRequest
impl Sync for InstrumentTickBandsRequest
impl Unpin for InstrumentTickBandsRequest
impl UnsafeUnpin for InstrumentTickBandsRequest
impl UnwindSafe for InstrumentTickBandsRequest
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