Struct iota_client::client::NodeInfoWrapper [−][src]
Expand description
NodeInfo wrapper which contains the nodeinfo and the url from the node (useful when multiple nodes are used)
Fields
nodeinfo: NodeInfoThe returned nodeinfo
url: StringThe url from the node which returned the nodeinfo
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 NodeInfoWrapperimpl Send for NodeInfoWrapperimpl Sync for NodeInfoWrapperimpl Unpin for NodeInfoWrapperimpl UnwindSafe for NodeInfoWrapper