pub struct TcpStreamConnector;
Expand description
A StreamConnector
for bare TCP streams.
Trait Implementations§
Source§impl Debug for TcpStreamConnector
impl Debug for TcpStreamConnector
Auto Trait Implementations§
impl Freeze for TcpStreamConnector
impl RefUnwindSafe for TcpStreamConnector
impl Send for TcpStreamConnector
impl Sync for TcpStreamConnector
impl Unpin for TcpStreamConnector
impl UnwindSafe for TcpStreamConnector
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