pub struct TcpConnector<T> { /* private fields */ }
Expand description
Implementation of Connector
to support connecting via TCP.
Implementations§
Source§impl<T> TcpConnector<T>
impl<T> TcpConnector<T>
Trait Implementations§
Source§impl<T: ToSocketAddrs + Send> Connector for TcpConnector<T>
impl<T: ToSocketAddrs + Send> Connector for TcpConnector<T>
Auto Trait Implementations§
impl<T> Freeze for TcpConnector<T>where
T: Freeze,
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more