Enum spawn_wait::WaitAnyResult
source · [−]pub enum WaitAnyResult<K> {
Subprocess(K, Result<(Child, ExitStatus), Error>),
ReceivedTerminationSignal(i32),
NoProcessesRunning,
}Variants
Subprocess(K, Result<(Child, ExitStatus), Error>)
ReceivedTerminationSignal(i32)
NoProcessesRunning
Auto Trait Implementations
impl<K> RefUnwindSafe for WaitAnyResult<K> where
K: RefUnwindSafe,
impl<K> Send for WaitAnyResult<K> where
K: Send,
impl<K> Sync for WaitAnyResult<K> where
K: Sync,
impl<K> Unpin for WaitAnyResult<K> where
K: Unpin,
impl<K> UnwindSafe for WaitAnyResult<K> where
K: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more