Struct core_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: u64Total bytes received
total_bytes_sent: u64Total bytes sent
time_millis: u64Current UNIX time in milliseconds
upload_target: GetNetTotalsResultUploadTargetUpload target statistics
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
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 GetNetTotalsResult
impl Send for GetNetTotalsResult
impl Sync for GetNetTotalsResult
impl Unpin for GetNetTotalsResult
impl UnwindSafe for GetNetTotalsResult
Blanket Implementations
Mutably borrows from an owned value. Read more