Struct iroh_rpc_types::WatchRequest
source · pub struct WatchRequest;
Trait Implementations§
source§impl Debug for WatchRequest
impl Debug for WatchRequest
source§impl<'de> Deserialize<'de> for WatchRequest
impl<'de> Deserialize<'de> for WatchRequest
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<WatchRequest> for GatewayRequest
impl From<WatchRequest> for GatewayRequest
source§fn from(original: WatchRequest) -> GatewayRequest
fn from(original: WatchRequest) -> GatewayRequest
Converts to this type from the input type.
source§impl From<WatchRequest> for P2pRequest
impl From<WatchRequest> for P2pRequest
source§fn from(original: WatchRequest) -> P2pRequest
fn from(original: WatchRequest) -> P2pRequest
Converts to this type from the input type.
source§impl From<WatchRequest> for StoreRequest
impl From<WatchRequest> for StoreRequest
source§fn from(original: WatchRequest) -> StoreRequest
fn from(original: WatchRequest) -> StoreRequest
Converts to this type from the input type.
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 Msg<P2pService> for WatchRequest
impl Msg<P2pService> 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 Msg<StoreService> for WatchRequest
impl Msg<StoreService> 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.