Struct ipfs_api::response::StatsBwResponse [] [src]

pub struct StatsBwResponse {
    pub total_in: u64,
    pub total_out: u64,
    pub rate_in: f64,
    pub rate_out: f64,
}

Fields

Trait Implementations

impl Debug for StatsBwResponse
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations