pub struct SystemPrune {
pub pod_prune_report: Option<Vec<SystemPruneReportPod>>,
pub container_prune_reports: Option<Vec<SystemPruneReportElse>>,
pub image_prune_reports: Option<Vec<SystemPruneReportElse>>,
pub network_prune_reports: Option<Vec<SystemPruneReportNetwork>>,
pub volume_prune_reports: Option<Vec<SystemPruneReportElse>>,
pub reclaimed_space: u64,
}
Fields§
§pod_prune_report: Option<Vec<SystemPruneReportPod>>
§container_prune_reports: Option<Vec<SystemPruneReportElse>>
§image_prune_reports: Option<Vec<SystemPruneReportElse>>
§network_prune_reports: Option<Vec<SystemPruneReportNetwork>>
§volume_prune_reports: Option<Vec<SystemPruneReportElse>>
§reclaimed_space: u64
Trait Implementations§
Source§impl Debug for SystemPrune
impl Debug for SystemPrune
Source§impl<'de> Deserialize<'de> for SystemPrune
impl<'de> Deserialize<'de> for SystemPrune
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 SystemPrune
impl RefUnwindSafe for SystemPrune
impl Send for SystemPrune
impl Sync for SystemPrune
impl Unpin for SystemPrune
impl UnwindSafe for SystemPrune
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