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