Struct taskqueue::errors::WorkerNotFound [−][src]
pub struct WorkerNotFound<__T0> {
pub id: __T0,
}Expand description
SNAFU context selector for the Error::WorkerNotFound variant
Fields
id: __T0Implementations
Trait Implementations
impl<__T0> IntoError<Error> for WorkerNotFound<__T0> where
Error: Error + ErrorCompat,
__T0: Into<usize>,
impl<__T0> IntoError<Error> for WorkerNotFound<__T0> where
Error: Error + ErrorCompat,
__T0: Into<usize>, Auto Trait Implementations
impl<__T0> RefUnwindSafe for WorkerNotFound<__T0> where
__T0: RefUnwindSafe, impl<__T0> Send for WorkerNotFound<__T0> where
__T0: Send, impl<__T0> Sync for WorkerNotFound<__T0> where
__T0: Sync, impl<__T0> Unpin for WorkerNotFound<__T0> where
__T0: Unpin, impl<__T0> UnwindSafe for WorkerNotFound<__T0> where
__T0: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more