Struct podman_api::models::SystemDfReport
source · pub struct SystemDfReport {
pub containers: Option<Vec<SystemDfContainerReport, Global>>,
pub images: Option<Vec<SystemDfImageReport, Global>>,
pub volumes: Option<Vec<SystemDfVolumeReport, Global>>,
}
Expand description
SystemDfReport describes the response for df information
Fields§
§containers: Option<Vec<SystemDfContainerReport, Global>>
§images: Option<Vec<SystemDfImageReport, Global>>
§volumes: Option<Vec<SystemDfVolumeReport, Global>>
Trait Implementations§
source§impl Clone for SystemDfReport
impl Clone for SystemDfReport
source§fn clone(&self) -> SystemDfReport
fn clone(&self) -> SystemDfReport
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 SystemDfReport
impl Debug for SystemDfReport
source§impl<'de> Deserialize<'de> for SystemDfReport
impl<'de> Deserialize<'de> for SystemDfReport
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<SystemDfReport, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<SystemDfReport, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<SystemDfReport> for SystemDfReport
impl PartialEq<SystemDfReport> for SystemDfReport
source§fn eq(&self, other: &SystemDfReport) -> bool
fn eq(&self, other: &SystemDfReport) -> bool
source§impl Serialize for SystemDfReport
impl Serialize for SystemDfReport
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