pub struct Unix<'a> { /* private fields */ }Expand description
Implementations§
Source§impl<'a> Unix<'a>
impl<'a> Unix<'a>
Sourcepub fn kind(&self) -> &UnixAddrKind<'a>
pub fn kind(&self) -> &UnixAddrKind<'a>
One of the various unix: addresses.
Sourcepub fn into_owned(self) -> Unix<'static>
pub fn into_owned(self) -> Unix<'static>
Convert into owned version, with ’static lifetime.
Trait Implementations§
impl<'a> Eq for Unix<'a>
impl<'a> StructuralPartialEq for Unix<'a>
Auto Trait Implementations§
impl<'a> Freeze for Unix<'a>
impl<'a> RefUnwindSafe for Unix<'a>
impl<'a> Send for Unix<'a>
impl<'a> Sync for Unix<'a>
impl<'a> Unpin for Unix<'a>
impl<'a> UnwindSafe for Unix<'a>
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