pub struct TcpConnector(/* private fields */);Expand description
Connector for regular TCP sockets.
Trait Implementations§
source§impl Connector for TcpConnector
impl Connector for TcpConnector
source§impl Debug for TcpConnector
impl Debug for TcpConnector
source§impl Default for TcpConnector
impl Default for TcpConnector
source§fn default() -> TcpConnector
fn default() -> TcpConnector
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TcpConnector
impl RefUnwindSafe for TcpConnector
impl Send for TcpConnector
impl Sync for TcpConnector
impl Unpin for TcpConnector
impl UnwindSafe for TcpConnector
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