pub struct Liq { /* private fields */ }Expand description
Liq (liquidity) is a complex data type that contains all necessary origin information, suitable for further processing. Thus, depth (order book) is a vec of Liqs
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Liq
impl<'de> Deserialize<'de> for Liq
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 PartialOrd for Liq
impl PartialOrd for Liq
impl Copy for Liq
impl StructuralPartialEq for Liq
Auto Trait Implementations§
impl Freeze for Liq
impl RefUnwindSafe for Liq
impl Send for Liq
impl Sync for Liq
impl Unpin for Liq
impl UnwindSafe for Liq
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