pub struct RpcService {}
Expand description
The RPC service
Trait Implementations§
Source§impl Clone for RpcService
impl Clone for RpcService
Source§fn clone(&self) -> RpcService
fn clone(&self) -> RpcService
Returns a duplicate 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 moreSource§impl Debug for RpcService
impl Debug for RpcService
Source§impl Msg<RpcService> for NodeWatchRequest
impl Msg<RpcService> for NodeWatchRequest
Source§type Pattern = ServerStreaming
type Pattern = ServerStreaming
The interaction pattern for this message with this service.
Source§impl Msg<RpcService> for RemoteInfosIterRequest
impl Msg<RpcService> for RemoteInfosIterRequest
Source§type Pattern = ServerStreaming
type Pattern = ServerStreaming
The interaction pattern for this message with this service.
Source§impl RpcMsg<RpcService> for AddAddrRequest
impl RpcMsg<RpcService> for AddAddrRequest
Source§impl RpcMsg<RpcService> for AddrRequest
impl RpcMsg<RpcService> for AddrRequest
Source§impl RpcMsg<RpcService> for IdRequest
impl RpcMsg<RpcService> for IdRequest
Source§impl RpcMsg<RpcService> for RelayRequest
impl RpcMsg<RpcService> for RelayRequest
Source§impl RpcMsg<RpcService> for RemoteInfoRequest
impl RpcMsg<RpcService> for RemoteInfoRequest
Source§impl RpcMsg<RpcService> for ShutdownRequest
impl RpcMsg<RpcService> for ShutdownRequest
Source§impl RpcMsg<RpcService> for StatsRequest
impl RpcMsg<RpcService> for StatsRequest
Source§impl RpcMsg<RpcService> for StatusRequest
impl RpcMsg<RpcService> for StatusRequest
Source§impl ServerStreamingMsg<RpcService> for NodeWatchRequest
impl ServerStreamingMsg<RpcService> for NodeWatchRequest
Source§type Response = WatchResponse
type Response = WatchResponse
The type for the response Read more
Source§impl Service for RpcService
impl Service for RpcService
impl Copy for RpcService
Auto Trait Implementations§
impl Freeze for RpcService
impl RefUnwindSafe for RpcService
impl Send for RpcService
impl Sync for RpcService
impl Unpin for RpcService
impl UnwindSafe for RpcService
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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