Struct core_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
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for GetNetworkInfoResultNetwork
impl Send for GetNetworkInfoResultNetwork
impl Sync for GetNetworkInfoResultNetwork
impl Unpin for GetNetworkInfoResultNetwork
impl UnwindSafe for GetNetworkInfoResultNetwork
Blanket Implementations
Mutably borrows from an owned value. Read more