Struct iota_client::node_manager::NodeDetail [−][src]
pub struct NodeDetail {
pub node: String,
pub network_id: String,
pub implementation: String,
pub pow: bool,
}Expand description
JSON struct for NodeDetail from the node_pool_urls
Fields
node: StringIota node url
network_id: StringNetwork id
implementation: StringImplementation name
pow: boolEnabled PoW
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for NodeDetailimpl Send for NodeDetailimpl Sync for NodeDetailimpl Unpin for NodeDetailimpl UnwindSafe for NodeDetail