[−][src]Enum tokio_tower::pipeline::server::Error
An error that occurred while servicing a request.
Variants
The underlying transport failed to produce a request.
The underlying transport failed while attempting to send a response.
Service(S::Error)
The underlying service failed to process a request.
Trait Implementations
impl<T, S> Debug for Error<T, S> where
T: Sink<S::Response> + TryStream,
S: Service<<T as TryStream>::Ok>,
<T as Sink<S::Response>>::Error: Debug,
<T as TryStream>::Error: Debug,
S::Error: Debug,
[src]
T: Sink<S::Response> + TryStream,
S: Service<<T as TryStream>::Ok>,
<T as Sink<S::Response>>::Error: Debug,
<T as TryStream>::Error: Debug,
S::Error: Debug,
impl<T, S> Display for Error<T, S> where
T: Sink<S::Response> + TryStream,
S: Service<<T as TryStream>::Ok>,
<T as Sink<S::Response>>::Error: Display,
<T as TryStream>::Error: Display,
S::Error: Display,
[src]
T: Sink<S::Response> + TryStream,
S: Service<<T as TryStream>::Ok>,
<T as Sink<S::Response>>::Error: Display,
<T as TryStream>::Error: Display,
S::Error: Display,
impl<T, S> Error for Error<T, S> where
T: Sink<S::Response> + TryStream,
S: Service<<T as TryStream>::Ok>,
<T as Sink<S::Response>>::Error: Error,
<T as TryStream>::Error: Error,
S::Error: Error,
[src]
T: Sink<S::Response> + TryStream,
S: Service<<T as TryStream>::Ok>,
<T as Sink<S::Response>>::Error: Error,
<T as TryStream>::Error: Error,
S::Error: Error,
Auto Trait Implementations
impl<T, S> RefUnwindSafe for Error<T, S> where
<S as Service<<T as TryStream>::Ok>>::Error: RefUnwindSafe,
<T as Sink<<S as Service<<T as TryStream>::Ok>>::Response>>::Error: RefUnwindSafe,
<T as TryStream>::Error: RefUnwindSafe,
<S as Service<<T as TryStream>::Ok>>::Error: RefUnwindSafe,
<T as Sink<<S as Service<<T as TryStream>::Ok>>::Response>>::Error: RefUnwindSafe,
<T as TryStream>::Error: RefUnwindSafe,
impl<T, S> Send for Error<T, S> where
<S as Service<<T as TryStream>::Ok>>::Error: Send,
<T as Sink<<S as Service<<T as TryStream>::Ok>>::Response>>::Error: Send,
<T as TryStream>::Error: Send,
<S as Service<<T as TryStream>::Ok>>::Error: Send,
<T as Sink<<S as Service<<T as TryStream>::Ok>>::Response>>::Error: Send,
<T as TryStream>::Error: Send,
impl<T, S> Sync for Error<T, S> where
<S as Service<<T as TryStream>::Ok>>::Error: Sync,
<T as Sink<<S as Service<<T as TryStream>::Ok>>::Response>>::Error: Sync,
<T as TryStream>::Error: Sync,
<S as Service<<T as TryStream>::Ok>>::Error: Sync,
<T as Sink<<S as Service<<T as TryStream>::Ok>>::Response>>::Error: Sync,
<T as TryStream>::Error: Sync,
impl<T, S> Unpin for Error<T, S> where
<S as Service<<T as TryStream>::Ok>>::Error: Unpin,
<T as Sink<<S as Service<<T as TryStream>::Ok>>::Response>>::Error: Unpin,
<T as TryStream>::Error: Unpin,
<S as Service<<T as TryStream>::Ok>>::Error: Unpin,
<T as Sink<<S as Service<<T as TryStream>::Ok>>::Response>>::Error: Unpin,
<T as TryStream>::Error: Unpin,
impl<T, S> UnwindSafe for Error<T, S> where
<S as Service<<T as TryStream>::Ok>>::Error: UnwindSafe,
<T as Sink<<S as Service<<T as TryStream>::Ok>>::Response>>::Error: UnwindSafe,
<T as TryStream>::Error: UnwindSafe,
<S as Service<<T as TryStream>::Ok>>::Error: UnwindSafe,
<T as Sink<<S as Service<<T as TryStream>::Ok>>::Response>>::Error: UnwindSafe,
<T as TryStream>::Error: 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>,