enum WorkerMsg {
Start(RowData),
AppendRow(Vec<i16>),
GetResult(Sender<Vec<u8>>),
}
Variants§
Auto Trait Implementations§
impl Freeze for WorkerMsg
impl RefUnwindSafe for WorkerMsg
impl Send for WorkerMsg
impl Sync for WorkerMsg
impl Unpin for WorkerMsg
impl UnwindSafe for WorkerMsg
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