Struct bybit::model::FastExecData
source · pub struct FastExecData {
pub category: String,
pub symbol: String,
pub exec_id: String,
pub exec_price: String,
pub exec_qty: String,
pub order_id: String,
pub order_link_id: String,
pub side: String,
pub exec_time: String,
pub seq: u64,
}Fields§
§category: String§symbol: String§exec_id: String§exec_price: String§exec_qty: String§order_id: String§order_link_id: String§side: String§exec_time: String§seq: u64Trait Implementations§
source§impl Clone for FastExecData
impl Clone for FastExecData
source§fn clone(&self) -> FastExecData
fn clone(&self) -> FastExecData
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 Debug for FastExecData
impl Debug for FastExecData
source§impl<'de> Deserialize<'de> for FastExecData
impl<'de> Deserialize<'de> for FastExecData
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for FastExecData
impl Serialize for FastExecData
impl Send for FastExecData
impl Sync for FastExecData
Auto Trait Implementations§
impl Freeze for FastExecData
impl RefUnwindSafe for FastExecData
impl Unpin for FastExecData
impl UnwindSafe for FastExecData
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