pub struct GetNetworkInfoCommandResponse {
Show 16 fields pub version: u64, pub subversion: String, pub protocolversion: u64, pub localservices: String, pub localservicesnames: Vec<String>, pub localrelay: bool, pub timeoffset: u64, pub connections: u64, pub connections_in: u64, pub connections_out: u64, pub networkactive: bool, pub networks: Vec<Network>, pub relayfee: f64, pub incrementalfee: f64, pub localaddresses: Vec<LocalAddress>, pub warnings: String,
}

Fields

version: u64subversion: Stringprotocolversion: u64localservices: Stringlocalservicesnames: Vec<String>localrelay: booltimeoffset: u64connections: u64connections_in: u64connections_out: u64networkactive: boolnetworks: Vec<Network>relayfee: f64incrementalfee: f64localaddresses: Vec<LocalAddress>warnings: String

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.