pub struct RuntimeServiceHandler<T: ?Sized> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T: RuntimeServiceService + ?Sized + 'static> RpcServiceHandler for RuntimeServiceHandler<T>
impl<T: RuntimeServiceService + ?Sized + 'static> RpcServiceHandler for RuntimeServiceHandler<T>
fn call( &self, ctx: RpcCallContext, method_id: MethodId, payload: Value, ) -> HandlerFuture
Auto Trait Implementations§
impl<T> Freeze for RuntimeServiceHandler<T>where
T: ?Sized,
impl<T> RefUnwindSafe for RuntimeServiceHandler<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for RuntimeServiceHandler<T>
impl<T> Sync for RuntimeServiceHandler<T>
impl<T> Unpin for RuntimeServiceHandler<T>where
T: ?Sized,
impl<T> UnsafeUnpin for RuntimeServiceHandler<T>where
T: ?Sized,
impl<T> UnwindSafe for RuntimeServiceHandler<T>where
T: RefUnwindSafe + ?Sized,
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