Struct tower_ready_cache::error::Failed [−][src]
An error indicating that the service with a K
-typed key failed with an
error.
Trait Implementations
impl<K> Debug for Failed<K>
[src][+]
impl<K> Display for Failed<K>
[src][+]
impl<K> Error for Failed<K>
[src][+]
Auto Trait Implementations
impl<K> !RefUnwindSafe for Failed<K>
impl<K> Send for Failed<K> where
K: Send,
K: Send,
impl<K> Sync for Failed<K> where
K: Sync,
K: Sync,
impl<K> Unpin for Failed<K> where
K: Unpin,
K: Unpin,
impl<K> !UnwindSafe for Failed<K>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pointable for T
[src][+]
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,