pub struct UnixTarget(/* private fields */);Available on
target_family="unix" only.Expand description
Type of UnixConnector which connects to a fixed [Path].
Trait Implementations§
Source§impl Clone for UnixTarget
impl Clone for UnixTarget
Source§fn clone(&self) -> UnixTarget
fn clone(&self) -> UnixTarget
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 moreAuto Trait Implementations§
impl Freeze for UnixTarget
impl RefUnwindSafe for UnixTarget
impl Send for UnixTarget
impl Sync for UnixTarget
impl Unpin for UnixTarget
impl UnwindSafe for UnixTarget
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