Struct iroh_rpc_types::gateway::GatewayService
source · pub struct GatewayService;
Trait Implementations§
source§impl Clone for GatewayService
impl Clone for GatewayService
source§fn clone(&self) -> GatewayService
fn clone(&self) -> GatewayService
Returns a copy 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 GatewayService
impl Debug for GatewayService
source§impl Msg<GatewayService> for WatchRequest
impl Msg<GatewayService> for WatchRequest
§type Response = WatchResponse
type Response = WatchResponse
The type for the response
§type Update = WatchRequest
type Update = WatchRequest
The type for request updates Read more
§type Pattern = ServerStreaming
type Pattern = ServerStreaming
The interaction pattern for this message with this service.
source§impl RpcMsg<GatewayService> for VersionRequest
impl RpcMsg<GatewayService> for VersionRequest
§type Response = VersionResponse
type Response = VersionResponse
The type for the response Read more
source§impl Service for GatewayService
impl Service for GatewayService
§type Req = GatewayRequest
type Req = GatewayRequest
Type of request messages
§type Res = GatewayResponse
type Res = GatewayResponse
Type of response messages