Struct docker::stats::ThrottlingData [] [src]

pub struct ThrottlingData {
    pub periods: u64,
    pub throttled_periods: u64,
    pub throttled_time: u64,
}

Fields

periods
throttled_periods
throttled_time

Trait Implementations

impl Clone for ThrottlingData

fn clone(&self) -> Self

fn clone_from(&mut self, source: &Self)

Derived Implementations

impl Decodable for ThrottlingData

fn decode<__D: Decoder>(__arg_0: &mut __D) -> Result<ThrottlingData, __D::Error>

impl Encodable for ThrottlingData

fn encode<__S: Encoder>(&self, __arg_0: &mut __S) -> Result<(), __S::Error>