Struct rings_node::jsonrpc::response::Peer
source · Expand description
Peer contains transport address and state information.
Fields§
§did: Stringa processor’ address
transport_id: Stringa transport protocol using in swarm instance
state: Stringtransport ice connection state
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Peer
impl<'de> Deserialize<'de> for Peer
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