Struct docker::stats::Network [] [src]

pub struct Network {
    pub rx_dropped: u64,
    pub rx_bytes: u64,
    pub rx_errors: u64,
    pub tx_packets: u64,
    pub tx_dropped: u64,
    pub rx_packets: u64,
    pub tx_errors: u64,
    pub tx_bytes: u64,
}

Fields

rx_dropped
rx_bytes
rx_errors
tx_packets
tx_dropped
rx_packets
tx_errors
tx_bytes

Trait Implementations

impl Clone for Network

fn clone(&self) -> Self

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

Derived Implementations

impl Decodable for Network

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

impl Encodable for Network

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