Struct podman_api::models::SystemPruneReport
source · pub struct SystemPruneReport {
pub container_prune_reports: Option<Vec<PruneReport, Global>>,
pub image_prune_reports: Option<Vec<PruneReport, Global>>,
pub network_prune_reports: Option<Vec<NetworkPruneReport, Global>>,
pub pod_prune_report: Option<Vec<PodPruneReport, Global>>,
pub reclaimed_space: Option<u64>,
pub volume_prune_reports: Option<Vec<PruneReport, Global>>,
}
Fields§
§container_prune_reports: Option<Vec<PruneReport, Global>>
§image_prune_reports: Option<Vec<PruneReport, Global>>
§network_prune_reports: Option<Vec<NetworkPruneReport, Global>>
§pod_prune_report: Option<Vec<PodPruneReport, Global>>
§reclaimed_space: Option<u64>
§volume_prune_reports: Option<Vec<PruneReport, Global>>
Trait Implementations§
source§impl Clone for SystemPruneReport
impl Clone for SystemPruneReport
source§fn clone(&self) -> SystemPruneReport
fn clone(&self) -> SystemPruneReport
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SystemPruneReport
impl Debug for SystemPruneReport
source§impl<'de> Deserialize<'de> for SystemPruneReport
impl<'de> Deserialize<'de> for SystemPruneReport
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<SystemPruneReport, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<SystemPruneReport, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<SystemPruneReport> for SystemPruneReport
impl PartialEq<SystemPruneReport> for SystemPruneReport
source§fn eq(&self, other: &SystemPruneReport) -> bool
fn eq(&self, other: &SystemPruneReport) -> bool
source§impl Serialize for SystemPruneReport
impl Serialize for SystemPruneReport
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more