enum AddressKind<'a> {
Unnamed,
Pathname(&'a Path),
Abstract(&'a [u8]),
}
Available on Unix only.
Variants§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for AddressKind<'a>
impl<'a> Send for AddressKind<'a>
impl<'a> Sync for AddressKind<'a>
impl<'a> Unpin for AddressKind<'a>
impl<'a> UnwindSafe for AddressKind<'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