pub enum LiveCommand {
Subscribe(Subscription),
Start,
Close,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LiveCommand
impl RefUnwindSafe for LiveCommand
impl Send for LiveCommand
impl Sync for LiveCommand
impl Unpin for LiveCommand
impl UnwindSafe for LiveCommand
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