Struct iroh_rpc_types::WatchResponse
source · pub struct WatchResponse {
pub version: String,
}
Fields§
§version: String
Trait Implementations§
source§impl Debug for WatchResponse
impl Debug for WatchResponse
source§impl<'de> Deserialize<'de> for WatchResponse
impl<'de> Deserialize<'de> for WatchResponse
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<WatchResponse> for GatewayResponse
impl From<WatchResponse> for GatewayResponse
source§fn from(original: WatchResponse) -> GatewayResponse
fn from(original: WatchResponse) -> GatewayResponse
Converts to this type from the input type.
source§impl From<WatchResponse> for P2pResponse
impl From<WatchResponse> for P2pResponse
source§fn from(original: WatchResponse) -> P2pResponse
fn from(original: WatchResponse) -> P2pResponse
Converts to this type from the input type.
source§impl From<WatchResponse> for StoreResponse
impl From<WatchResponse> for StoreResponse
source§fn from(original: WatchResponse) -> StoreResponse
fn from(original: WatchResponse) -> StoreResponse
Converts to this type from the input type.