Struct Failed

struct Failed<K>(1735, 1736)

An error indicating that the service with a K-typed key failed with an error.

Implementations

impl<K> Display for Failed<K>

fn fmt(self: &Self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result

impl<K> Freeze for Failed<K>

impl<K> RefUnwindSafe for Failed<K>

impl<K> Send for Failed<K>

impl<K> Sync for Failed<K>

impl<K> Unpin for Failed<K>

impl<K> UnwindSafe for Failed<K>

impl<K: std::fmt::Debug> Debug for Failed<K>

fn fmt(self: &Self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result

impl<K: std::fmt::Debug> Error for Failed<K>

fn source(self: &Self) -> Option<&dyn std::error::Error + 'static>

impl<T> Any for Failed<K>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Failed<K>

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for Failed<K>

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> From for Failed<K>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> Instrument for Failed<K>

impl<T> ToString for Failed<K>

fn to_string(self: &Self) -> String

impl<T> WithSubscriber for Failed<K>

impl<T, U> Into for Failed<K>

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for Failed<K>

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for Failed<K>

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>