pub struct WsRpcServer { /* private fields */ }
Implementations§
Source§impl WsRpcServer
impl WsRpcServer
pub fn connect(url: &'static str, mq: String, process: IOHandlers) -> Self
pub fn registry_service(&self)
pub fn handler(&self) -> WsRpcHandler
pub fn reconnect(&self) -> OkResult
Auto Trait Implementations§
impl Freeze for WsRpcServer
impl RefUnwindSafe for WsRpcServer
impl Send for WsRpcServer
impl Sync for WsRpcServer
impl Unpin for WsRpcServer
impl UnwindSafe for WsRpcServer
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