Struct podman_api_stubs::models::InlineResponse20017 [−][src]
pub struct InlineResponse20017 {
pub container_prune_reports: Option<Vec<PruneReport>>,
pub image_prune_reports: Option<Vec<PruneReport>>,
pub pod_prune_report: Option<Vec<PodPruneReport>>,
pub reclaimed_space: Option<i64>,
pub volume_prune_reports: Option<Vec<PruneReport>>,
}
Fields
container_prune_reports: Option<Vec<PruneReport>>
image_prune_reports: Option<Vec<PruneReport>>
pod_prune_report: Option<Vec<PodPruneReport>>
reclaimed_space: Option<i64>
volume_prune_reports: Option<Vec<PruneReport>>
Implementations
pub fn with_container_prune_reports(
self,
container_prune_reports: Vec<PruneReport>
) -> InlineResponse20017
pub fn with_image_prune_reports(
self,
image_prune_reports: Vec<PruneReport>
) -> InlineResponse20017
pub fn with_pod_prune_report(
self,
pod_prune_report: Vec<PodPruneReport>
) -> InlineResponse20017
pub fn with_volume_prune_reports(
self,
volume_prune_reports: Vec<PruneReport>
) -> InlineResponse20017
Trait Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for InlineResponse20017
impl Send for InlineResponse20017
impl Sync for InlineResponse20017
impl Unpin for InlineResponse20017
impl UnwindSafe for InlineResponse20017
Blanket Implementations
Mutably borrows from an owned value. Read more