Struct distant_net::client::TcpConnector
source · pub struct TcpConnector<T> { /* private fields */ }Expand description
Implementation of Connector to support connecting via TCP.
Implementations
sourceimpl<T> TcpConnector<T>
impl<T> TcpConnector<T>
Trait Implementations
sourceimpl<T: ToSocketAddrs + Send> Connector for TcpConnector<T>
impl<T: ToSocketAddrs + Send> Connector for TcpConnector<T>
sourceimpl<T> From<T> for TcpConnector<T>
impl<T> From<T> for TcpConnector<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for TcpConnector<T>where
T: RefUnwindSafe,
impl<T> Send for TcpConnector<T>where
T: Send,
impl<T> Sync for TcpConnector<T>where
T: Sync,
impl<T> Unpin for TcpConnector<T>where
T: Unpin,
impl<T> UnwindSafe for TcpConnector<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more