Struct bitcoincore_rpc_json::GetNetworkInfoResultNetwork [−][src]
pub struct GetNetworkInfoResultNetwork {
pub name: String,
pub limited: bool,
pub reachable: bool,
pub proxy: String,
pub proxy_randomize_credentials: bool,
}Fields
name: Stringlimited: boolreachable: boolproxy: Stringproxy_randomize_credentials: boolTrait Implementations
impl Clone for GetNetworkInfoResultNetwork[src]
impl Clone for GetNetworkInfoResultNetwork[src]fn clone(&self) -> GetNetworkInfoResultNetwork[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for GetNetworkInfoResultNetwork[src]
impl<'de> Deserialize<'de> for GetNetworkInfoResultNetwork[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<GetNetworkInfoResultNetwork> for GetNetworkInfoResultNetwork[src]
impl PartialEq<GetNetworkInfoResultNetwork> for GetNetworkInfoResultNetwork[src]