Struct jsonrpc_ipc_server::CloseHandle [−][src]
pub struct CloseHandle { /* fields omitted */ }
Expand description
CloseHandle
allows one to stop an IpcServer
remotely.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CloseHandle
impl Send for CloseHandle
impl Sync for CloseHandle
impl Unpin for CloseHandle
impl !UnwindSafe for CloseHandle
Blanket Implementations
Mutably borrows from an owned value. Read more