pub struct LiquidationStream;Implementations§
Source§impl LiquidationStream
impl LiquidationStream
pub fn parse(data: &Value) -> Result<LiquidationData>
pub fn matches_topic(topic: &str) -> bool
Auto Trait Implementations§
impl Freeze for LiquidationStream
impl RefUnwindSafe for LiquidationStream
impl Send for LiquidationStream
impl Sync for LiquidationStream
impl Unpin for LiquidationStream
impl UnsafeUnpin for LiquidationStream
impl UnwindSafe for LiquidationStream
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