pub struct IpcServer { /* private fields */ }Expand description
Handle to the IPC server. Drop or call stop() to shut it down.
Implementations§
Auto Trait Implementations§
impl Freeze for IpcServer
impl !RefUnwindSafe for IpcServer
impl Send for IpcServer
impl Sync for IpcServer
impl Unpin for IpcServer
impl UnsafeUnpin for IpcServer
impl !UnwindSafe for IpcServer
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