pub struct UnixSocketConnector { /* private fields */ }
Expand description
Implementation of Connector
to support connecting via a Unix socket.
Implementations§
Trait Implementations§
Source§impl Connector for UnixSocketConnector
impl Connector for UnixSocketConnector
Auto Trait Implementations§
impl Freeze for UnixSocketConnector
impl RefUnwindSafe for UnixSocketConnector
impl Send for UnixSocketConnector
impl Sync for UnixSocketConnector
impl Unpin for UnixSocketConnector
impl UnwindSafe for UnixSocketConnector
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