Struct jsonrpsee_server::ServerHandle
source · pub struct ServerHandle(_);Expand description
Server handle.
When all [StopHandle]’s have been dropped or stop has been called
the server will be stopped.
Implementations§
Trait Implementations§
source§impl Clone for ServerHandle
impl Clone for ServerHandle
source§fn clone(&self) -> ServerHandle
fn clone(&self) -> ServerHandle
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 more