Enum worker_pool::DownMsg
source · [−]pub enum DownMsg<Down: Send> {
Stop,
Pause,
Continue,
Other(Down),
}Expand description
A message sent from the manager to the workers
Variants
Stop
Pause
Continue
Other(Down)
Trait Implementations
impl<Down: Send> StructuralPartialEq for DownMsg<Down>
Auto Trait Implementations
impl<Down> RefUnwindSafe for DownMsg<Down> where
Down: RefUnwindSafe,
impl<Down> Send for DownMsg<Down>
impl<Down> Sync for DownMsg<Down> where
Down: Sync,
impl<Down> Unpin for DownMsg<Down> where
Down: Unpin,
impl<Down> UnwindSafe for DownMsg<Down> where
Down: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more