pub struct LiquidationEventRow {
pub event_time_ms: i64,
pub force_side: String,
pub price: f64,
pub qty: f64,
pub notional: f64,
}Fields§
§event_time_ms: i64§force_side: String§price: f64§qty: f64§notional: f64Trait Implementations§
Source§impl Clone for LiquidationEventRow
impl Clone for LiquidationEventRow
Source§fn clone(&self) -> LiquidationEventRow
fn clone(&self) -> LiquidationEventRow
Returns a duplicate 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 LiquidationEventRow
impl Debug for LiquidationEventRow
Source§impl PartialEq for LiquidationEventRow
impl PartialEq for LiquidationEventRow
impl StructuralPartialEq for LiquidationEventRow
Auto Trait Implementations§
impl Freeze for LiquidationEventRow
impl RefUnwindSafe for LiquidationEventRow
impl Send for LiquidationEventRow
impl Sync for LiquidationEventRow
impl Unpin for LiquidationEventRow
impl UnsafeUnpin for LiquidationEventRow
impl UnwindSafe for LiquidationEventRow
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