Struct shiplift::container::NetworkStats [−][src]
pub struct NetworkStats {
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: u64rx_bytes: u64rx_errors: u64tx_packets: u64tx_dropped: u64rx_packets: u64tx_errors: u64tx_bytes: u64Trait Implementations
impl Clone for NetworkStats[src]
impl Clone for NetworkStats[src]fn clone(&self) -> NetworkStats[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for NetworkStats[src]
impl<'de> Deserialize<'de> for NetworkStats[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for NetworkStats[src]
impl Serialize for NetworkStats[src]Auto Trait Implementations
impl RefUnwindSafe for NetworkStats
impl Send for NetworkStats
impl Sync for NetworkStats
impl Unpin for NetworkStats
impl UnwindSafe for NetworkStats
Blanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,