pub enum LiveMessage {
Data(Data),
Instrument(InstrumentAny),
Status(InstrumentStatus),
Imbalance(DatabentoImbalance),
Statistics(DatabentoStatistics),
Error(Error),
Close,
}
Variants§
Data(Data)
Instrument(InstrumentAny)
Status(InstrumentStatus)
Imbalance(DatabentoImbalance)
Statistics(DatabentoStatistics)
Error(Error)
Close
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LiveMessage
impl RefUnwindSafe for LiveMessage
impl Send for LiveMessage
impl Sync for LiveMessage
impl Unpin for LiveMessage
impl UnwindSafe for LiveMessage
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