pub struct UnixDialier<T>(/* private fields */);
Expand description
A Dial
implementation that connects to a Unix domain socket.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for UnixDialier<T>where
T: Freeze,
impl<T> RefUnwindSafe for UnixDialier<T>where
T: RefUnwindSafe,
impl<T> Send for UnixDialier<T>where
T: Send,
impl<T> Sync for UnixDialier<T>where
T: Sync,
impl<T> Unpin for UnixDialier<T>where
T: Unpin,
impl<T> UnwindSafe for UnixDialier<T>where
T: 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