Struct bybit::model::LiquidationData
source · pub struct LiquidationData {
pub updated_time: u64,
pub symbol: String,
pub side: String,
pub size: f64,
pub price: f64,
}Fields§
§updated_time: u64§symbol: String§side: String§size: f64§price: f64Trait Implementations§
source§impl Clone for LiquidationData
impl Clone for LiquidationData
source§fn clone(&self) -> LiquidationData
fn clone(&self) -> LiquidationData
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 LiquidationData
impl Debug for LiquidationData
source§impl<'de> Deserialize<'de> for LiquidationData
impl<'de> Deserialize<'de> for LiquidationData
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 LiquidationData
impl Serialize for LiquidationData
impl Send for LiquidationData
impl Sync for LiquidationData
Auto Trait Implementations§
impl RefUnwindSafe for LiquidationData
impl Unpin for LiquidationData
impl UnwindSafe for LiquidationData
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