Struct solana_cli_output::CliGossipNode
source · pub struct CliGossipNode {
pub ip_address: Option<String>,
pub identity_label: Option<String>,
pub identity_pubkey: String,
pub gossip_port: Option<u16>,
pub tpu_port: Option<u16>,
pub rpc_host: Option<String>,
pub version: Option<String>,
pub feature_set: Option<u32>,
}Fields§
§ip_address: Option<String>§identity_label: Option<String>§identity_pubkey: String§gossip_port: Option<u16>§tpu_port: Option<u16>§rpc_host: Option<String>§version: Option<String>§feature_set: Option<u32>Implementations§
source§impl CliGossipNode
impl CliGossipNode
Trait Implementations§
source§impl<'de> Deserialize<'de> for CliGossipNode
impl<'de> Deserialize<'de> for CliGossipNode
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