pub struct Connect<S> { /* private fields */ }
Expand description
Connect to a remote address.
Implementations§
Trait Implementations§
Source§impl<S: AsRawFd> OpCode for Connect<S>
impl<S: AsRawFd> OpCode for Connect<S>
Auto Trait Implementations§
impl<S> Freeze for Connect<S>
impl<S> RefUnwindSafe for Connect<S>
impl<S> Send for Connect<S>
impl<S> Sync for Connect<S>
impl<S> Unpin for Connect<S>
impl<S> UnwindSafe for Connect<S>
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