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