[−][src]Struct tokio_proto::Connect
A future for establishing a client connection.
Yields a service for interacting with the server.
Trait Implementations
impl<Kind, P> Debug for Connect<Kind, P>
[src][+]
impl<Kind, P> Future for Connect<Kind, P> where
P: BindClient<Kind, TcpStream>,
[src][+]
P: BindClient<Kind, TcpStream>,
Auto Trait Implementations
impl<Kind, P> !RefUnwindSafe for Connect<Kind, P>
impl<Kind, P> !Send for Connect<Kind, P>
impl<Kind, P> !Sync for Connect<Kind, P>
impl<Kind, P> Unpin for Connect<Kind, P> where
Kind: Unpin,
Kind: Unpin,
impl<Kind, P> !UnwindSafe for Connect<Kind, P>
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>,