Struct distant_net::server::UnixSocketServerRef
source · pub struct UnixSocketServerRef { /* private fields */ }Expand description
Reference to a unix socket server instance
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for UnixSocketServerRef
impl Send for UnixSocketServerRef
impl !Sync for UnixSocketServerRef
impl Unpin for UnixSocketServerRef
impl !UnwindSafe for UnixSocketServerRef
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