#[non_exhaustive]pub struct NoUnixAddressSupport;Expand description
Error: Unix addresses are not supported on this platform.
Trait Implementations§
Source§impl Clone for NoUnixAddressSupport
impl Clone for NoUnixAddressSupport
Source§fn clone(&self) -> NoUnixAddressSupport
fn clone(&self) -> NoUnixAddressSupport
Returns a copy 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 Debug for NoUnixAddressSupport
impl Debug for NoUnixAddressSupport
Source§impl Default for NoUnixAddressSupport
impl Default for NoUnixAddressSupport
Source§fn default() -> NoUnixAddressSupport
fn default() -> NoUnixAddressSupport
Returns the “default value” for a type. Read more
Source§impl Display for NoUnixAddressSupport
impl Display for NoUnixAddressSupport
Source§impl Error for NoUnixAddressSupport
impl Error for NoUnixAddressSupport
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<NoUnixAddressSupport> for Error
impl From<NoUnixAddressSupport> for Error
Source§fn from(value: NoUnixAddressSupport) -> Self
fn from(value: NoUnixAddressSupport) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NoUnixAddressSupport
impl RefUnwindSafe for NoUnixAddressSupport
impl Send for NoUnixAddressSupport
impl Sync for NoUnixAddressSupport
impl Unpin for NoUnixAddressSupport
impl UnwindSafe for NoUnixAddressSupport
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