Struct solana_cli_output::CliGossipNode [−][src]
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>,
}Fields
ip_address: Option<String>identity_label: Option<String>identity_pubkey: Stringgossip_port: Option<u16>tpu_port: Option<u16>rpc_host: Option<String>version: Option<String>Implementations
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for CliGossipNodeimpl Send for CliGossipNodeimpl Sync for CliGossipNodeimpl Unpin for CliGossipNodeimpl UnwindSafe for CliGossipNodeBlanket Implementations
pub default fn visit_for_abi(
&self,
digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>pub default fn visit_for_abi(
&self,
_digester: &mut AbiDigester
) -> Result<AbiDigester, DigestError>pub default fn example() -> TMutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V