pub struct UnixSocketConnector<P> { /* private fields */ }
Expand description
A Connector for a Socket.
Implementations§
Trait Implementations§
Source§impl<P: Clone> Clone for UnixSocketConnector<P>
impl<P: Clone> Clone for UnixSocketConnector<P>
Source§fn clone(&self) -> UnixSocketConnector<P>
fn clone(&self) -> UnixSocketConnector<P>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T> Debug for UnixSocketConnector<T>
impl<T> Debug for UnixSocketConnector<T>
Source§impl<T: AsRef<Path>> From<T> for UnixSocketConnector<T>
impl<T: AsRef<Path>> From<T> for UnixSocketConnector<T>
Source§fn from(args: T) -> UnixSocketConnector<T>
fn from(args: T) -> UnixSocketConnector<T>
Converts to this type from the input type.
Auto Trait Implementations§
impl<P> Freeze for UnixSocketConnector<P>where
P: Freeze,
impl<P> RefUnwindSafe for UnixSocketConnector<P>where
P: RefUnwindSafe,
impl<P> Send for UnixSocketConnector<P>where
P: Send,
impl<P> Sync for UnixSocketConnector<P>where
P: Sync,
impl<P> Unpin for UnixSocketConnector<P>where
P: Unpin,
impl<P> UnwindSafe for UnixSocketConnector<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