Struct bitcoincore_rpc_json::GetNetTotalsResult [−][src]
pub struct GetNetTotalsResult { pub total_bytes_recv: u64, pub total_bytes_sent: u64, pub time_millis: u64, pub upload_target: GetNetTotalsResultUploadTarget, }
Fields
total_bytes_recv: u64
Total bytes received
total_bytes_sent: u64
Total bytes sent
time_millis: u64
Current UNIX time in milliseconds
upload_target: GetNetTotalsResultUploadTarget
Upload target statistics
Trait Implementations
impl Clone for GetNetTotalsResult
[src]
impl Clone for GetNetTotalsResult
[src]fn clone(&self) -> GetNetTotalsResult
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for GetNetTotalsResult
[src]
impl<'de> Deserialize<'de> for GetNetTotalsResult
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<GetNetTotalsResult> for GetNetTotalsResult
[src]
impl PartialEq<GetNetTotalsResult> for GetNetTotalsResult
[src]fn eq(&self, other: &GetNetTotalsResult) -> bool
[src]
fn ne(&self, other: &GetNetTotalsResult) -> bool
[src]
impl Serialize for GetNetTotalsResult
[src]
impl Serialize for GetNetTotalsResult
[src]