pub enum AllLiquidationMsg {
Snapshot {
topic: Topic,
ts: Timestamp,
data: Vec<AllLiquidationSnapshotMsg>,
},
}Variants§
Trait Implementations§
Source§impl Debug for AllLiquidationMsg
impl Debug for AllLiquidationMsg
Source§impl<'de> Deserialize<'de> for AllLiquidationMsg
impl<'de> Deserialize<'de> for AllLiquidationMsg
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 PartialEq for AllLiquidationMsg
impl PartialEq for AllLiquidationMsg
Source§fn eq(&self, other: &AllLiquidationMsg) -> bool
fn eq(&self, other: &AllLiquidationMsg) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AllLiquidationMsg
Auto Trait Implementations§
impl Freeze for AllLiquidationMsg
impl RefUnwindSafe for AllLiquidationMsg
impl Send for AllLiquidationMsg
impl Sync for AllLiquidationMsg
impl Unpin for AllLiquidationMsg
impl UnsafeUnpin for AllLiquidationMsg
impl UnwindSafe for AllLiquidationMsg
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