pub struct TcpStreamInProgress(/* private fields */);
Implementations§
Source§impl TcpStreamInProgress
impl TcpStreamInProgress
Sourcepub fn try_connect(self) -> Result<TcpTryConnect>
pub fn try_connect(self) -> Result<TcpTryConnect>
Sourcepub fn connect_blocking(self) -> Result<TcpStream>
pub fn connect_blocking(self) -> Result<TcpStream>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TcpStreamInProgress
impl RefUnwindSafe for TcpStreamInProgress
impl Send for TcpStreamInProgress
impl Sync for TcpStreamInProgress
impl Unpin for TcpStreamInProgress
impl UnwindSafe for TcpStreamInProgress
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