Struct bybit::model::MoveHistoryRequest
source · pub struct MoveHistoryRequest<'a> {
pub category: Option<Category>,
pub symbol: Option<Cow<'a, str>>,
pub start_time: Option<Cow<'a, str>>,
pub end_time: Option<Cow<'a, str>>,
pub status: Option<Cow<'a, str>>,
pub block_trade_id: Option<Cow<'a, str>>,
pub limit: Option<Cow<'a, str>>,
}Fields§
§category: Option<Category>§symbol: Option<Cow<'a, str>>§start_time: Option<Cow<'a, str>>§end_time: Option<Cow<'a, str>>§status: Option<Cow<'a, str>>§block_trade_id: Option<Cow<'a, str>>§limit: Option<Cow<'a, str>>Implementations§
source§impl<'a> MoveHistoryRequest<'a>
impl<'a> MoveHistoryRequest<'a>
Trait Implementations§
source§impl<'a> Clone for MoveHistoryRequest<'a>
impl<'a> Clone for MoveHistoryRequest<'a>
source§fn clone(&self) -> MoveHistoryRequest<'a>
fn clone(&self) -> MoveHistoryRequest<'a>
Returns a copy 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<'a> Default for MoveHistoryRequest<'a>
impl<'a> Default for MoveHistoryRequest<'a>
source§fn default() -> MoveHistoryRequest<'a>
fn default() -> MoveHistoryRequest<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for MoveHistoryRequest<'a>
impl<'a> RefUnwindSafe for MoveHistoryRequest<'a>
impl<'a> Send for MoveHistoryRequest<'a>
impl<'a> Sync for MoveHistoryRequest<'a>
impl<'a> Unpin for MoveHistoryRequest<'a>
impl<'a> UnwindSafe for MoveHistoryRequest<'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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)