Struct bybit::model::Liquidation
source · pub struct Liquidation {
pub topic: String,
pub event_type: String,
pub ts: u64,
pub data: LiquidationData,
}Fields§
§topic: String§event_type: String§ts: u64§data: LiquidationDataTrait Implementations§
source§impl Clone for Liquidation
impl Clone for Liquidation
source§fn clone(&self) -> Liquidation
fn clone(&self) -> Liquidation
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 Liquidation
impl Debug for Liquidation
source§impl<'de> Deserialize<'de> for Liquidation
impl<'de> Deserialize<'de> for Liquidation
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 Liquidation
impl Serialize for Liquidation
impl Send for Liquidation
impl Sync for Liquidation
Auto Trait Implementations§
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