pub struct PodStatsItem {
pub block_io: String,
pub cid: String,
pub cpu: String,
pub mem: String,
pub mem_usage: String,
pub mem_usage_bytes: String,
pub name: String,
pub net_io: String,
pub pids: String,
pub pod: String,
}
Fields§
§block_io: String
§cid: String
§cpu: String
§mem: String
§mem_usage: String
§mem_usage_bytes: String
§name: String
§net_io: String
§pids: String
§pod: String
Trait Implementations§
Source§impl Debug for PodStatsItem
impl Debug for PodStatsItem
Source§impl<'de> Deserialize<'de> for PodStatsItem
impl<'de> Deserialize<'de> for PodStatsItem
Source§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
Auto Trait Implementations§
impl Freeze for PodStatsItem
impl RefUnwindSafe for PodStatsItem
impl Send for PodStatsItem
impl Sync for PodStatsItem
impl Unpin for PodStatsItem
impl UnwindSafe for PodStatsItem
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more