pub struct RuntimeImpl { /* private fields */ }
Expand description
The core RPC runtime.
Responsible for sending and receiving messages, dispatching requests to registered handlers, and managing message executors.
Auto Trait Implementations§
impl !Freeze for RuntimeImpl
impl !RefUnwindSafe for RuntimeImpl
impl Send for RuntimeImpl
impl Sync for RuntimeImpl
impl Unpin for RuntimeImpl
impl !UnwindSafe for RuntimeImpl
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