pub struct RpcHandler { /* private fields */ }Expand description
RPC Handler (replacing Java’s ZusMinaServerHandler)
Implementations§
Auto Trait Implementations§
impl Freeze for RpcHandler
impl !RefUnwindSafe for RpcHandler
impl Send for RpcHandler
impl Sync for RpcHandler
impl Unpin for RpcHandler
impl !UnwindSafe for RpcHandler
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