Struct jsonrpc_http_server::CloseHandle [−][src]
pub struct CloseHandle(_);
Expand description
Handle used to close the server. Can be cloned and passed around to different threads and be used
to close a server that is wait()
ing.
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
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more