[−][src]Struct tokio_proto::util::client_proxy::Response
Response future returned from a client
Trait Implementations
impl<T, E> Debug for Response<T, E> where
T: Debug,
E: Debug,
[src][+]
T: Debug,
E: Debug,
impl<T, E> Future for Response<T, E> where
E: From<Error>,
[src][+]
E: From<Error>,
Auto Trait Implementations
impl<T, E> !RefUnwindSafe for Response<T, E>
impl<T, E> Send for Response<T, E> where
E: Send,
T: Send,
E: Send,
T: Send,
impl<T, E> Sync for Response<T, E> where
E: Send,
T: Send,
E: Send,
T: Send,
impl<T, E> Unpin for Response<T, E>
impl<T, E> !UnwindSafe for Response<T, E>
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> FutureExt for T where
T: Future + ?Sized,
[src][+]
T: Future + ?Sized,
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,
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>,