pub struct TcpConnector { /* private fields */ }Implementations§
Trait Implementations§
Source§impl LinkSource for TcpConnector
Available on non-WebAssembly only.
impl LinkSource for TcpConnector
Available on non-WebAssembly only.
type Link = StreamLink<OwnedReadHalf, OwnedWriteHalf>
async fn next_link(&mut self) -> Result<Attachment<Self::Link>>
Auto Trait Implementations§
impl Freeze for TcpConnector
impl RefUnwindSafe for TcpConnector
impl Send for TcpConnector
impl Sync for TcpConnector
impl Unpin for TcpConnector
impl UnsafeUnpin 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