[−][src]Enum tokio_tower::pipeline::client::SpawnError
A failure to spawn a new Client
.
Variants
The executor failed to spawn the tower_buffer::Worker
.
A new transport could not be produced.
Trait Implementations
impl<E: Debug> Debug for SpawnError<E>
[src]
impl<T> Display for SpawnError<T> where
T: Debug,
[src]
T: Debug,
impl<T> Error for SpawnError<T> where
T: Error,
[src]
T: Error,
Auto Trait Implementations
impl<E> RefUnwindSafe for SpawnError<E> where
E: RefUnwindSafe,
E: RefUnwindSafe,
impl<E> Send for SpawnError<E> where
E: Send,
E: Send,
impl<E> Sync for SpawnError<E> where
E: Sync,
E: Sync,
impl<E> Unpin for SpawnError<E> where
E: Unpin,
E: Unpin,
impl<E> UnwindSafe for SpawnError<E> where
E: UnwindSafe,
E: UnwindSafe,
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,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
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>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,