pub enum HandlerCommand {
Subscribe(Subscription),
SetPricePrecision(Symbol, u8),
Start,
Close,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HandlerCommand
impl RefUnwindSafe for HandlerCommand
impl Send for HandlerCommand
impl Sync for HandlerCommand
impl Unpin for HandlerCommand
impl UnsafeUnpin for HandlerCommand
impl UnwindSafe for HandlerCommand
Blanket Implementations§
impl<T> Allocation for T
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