pub struct UnixConnector<P>(/* private fields */);Expand description
Wrapper for building UnixStreams
Implementations§
Trait Implementations§
Source§impl<P> Io for UnixConnector<P>
impl<P> Io for UnixConnector<P>
Auto Trait Implementations§
impl<P> Freeze for UnixConnector<P>where
P: Freeze,
impl<P> RefUnwindSafe for UnixConnector<P>where
P: RefUnwindSafe,
impl<P> Send for UnixConnector<P>where
P: Send,
impl<P> Sync for UnixConnector<P>where
P: Sync,
impl<P> Unpin for UnixConnector<P>where
P: Unpin,
impl<P> UnwindSafe for UnixConnector<P>where
P: UnwindSafe,
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