Struct podman_api_stubs::models::ContainersPruneReport [−][src]
pub struct ContainersPruneReport {
pub containers_deleted: Option<Vec<String>>,
pub space_reclaimed: Option<i64>,
}
Fields
containers_deleted: Option<Vec<String>>
space_reclaimed: Option<i64>
Implementations
pub fn with_containers_deleted(
self,
containers_deleted: Vec<String>
) -> ContainersPruneReport
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 ContainersPruneReport
impl Send for ContainersPruneReport
impl Sync for ContainersPruneReport
impl Unpin for ContainersPruneReport
impl UnwindSafe for ContainersPruneReport
Blanket Implementations
Mutably borrows from an owned value. Read more