Struct jsonrpc_http_server::CloseHandle
source · pub struct CloseHandle(/* private fields */);
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§
source§impl CloseHandle
impl CloseHandle
Trait Implementations§
source§impl Clone for CloseHandle
impl Clone for CloseHandle
source§fn clone(&self) -> CloseHandle
fn clone(&self) -> CloseHandle
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for CloseHandle
impl Send for CloseHandle
impl Sync for CloseHandle
impl Unpin for CloseHandle
impl !UnwindSafe for CloseHandle
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