pub enum RunnerEvent {
Run(String),
Message(String),
Stop,
}Variants§
Auto Trait Implementations§
impl Freeze for RunnerEvent
impl RefUnwindSafe for RunnerEvent
impl Send for RunnerEvent
impl Sync for RunnerEvent
impl Unpin for RunnerEvent
impl UnwindSafe for RunnerEvent
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