pub enum UDS {
SockStream,
SockDgram,
SockSeqpacket,
}
Expand description
Unix domain socket or IPC (https://en.wikipedia.org/wiki/Unix_domain_socket)
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UDS
impl RefUnwindSafe for UDS
impl Send for UDS
impl Sync for UDS
impl Unpin for UDS
impl UnwindSafe for UDS
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