Struct iroh_rpc_types::VersionRequest
source · pub struct VersionRequest;
Trait Implementations§
source§impl Debug for VersionRequest
impl Debug for VersionRequest
source§impl<'de> Deserialize<'de> for VersionRequest
impl<'de> Deserialize<'de> for VersionRequest
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<VersionRequest> for GatewayRequest
impl From<VersionRequest> for GatewayRequest
source§fn from(original: VersionRequest) -> GatewayRequest
fn from(original: VersionRequest) -> GatewayRequest
Converts to this type from the input type.
source§impl From<VersionRequest> for P2pRequest
impl From<VersionRequest> for P2pRequest
source§fn from(original: VersionRequest) -> P2pRequest
fn from(original: VersionRequest) -> P2pRequest
Converts to this type from the input type.
source§impl From<VersionRequest> for StoreRequest
impl From<VersionRequest> for StoreRequest
source§fn from(original: VersionRequest) -> StoreRequest
fn from(original: VersionRequest) -> StoreRequest
Converts to this type from the input type.
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 RpcMsg<P2pService> for VersionRequest
impl RpcMsg<P2pService> for VersionRequest
§type Response = VersionResponse
type Response = VersionResponse
The type for the response Read more
source§impl RpcMsg<StoreService> for VersionRequest
impl RpcMsg<StoreService> for VersionRequest
§type Response = VersionResponse
type Response = VersionResponse
The type for the response Read more