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