Struct podman_api_stubs::models::VolumesPruneReport
source · [−]pub struct VolumesPruneReport {
pub space_reclaimed: Option<u64>,
pub volumes_deleted: Option<Vec<String>>,
}
Expand description
POST “/volumes/prune”
Fields
space_reclaimed: Option<u64>
volumes_deleted: Option<Vec<String>>
Trait Implementations
sourceimpl Clone for VolumesPruneReport
impl Clone for VolumesPruneReport
sourcefn clone(&self) -> VolumesPruneReport
fn clone(&self) -> VolumesPruneReport
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for VolumesPruneReport
impl Debug for VolumesPruneReport
sourceimpl<'de> Deserialize<'de> for VolumesPruneReport
impl<'de> Deserialize<'de> for VolumesPruneReport
sourcefn 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
sourceimpl PartialEq<VolumesPruneReport> for VolumesPruneReport
impl PartialEq<VolumesPruneReport> for VolumesPruneReport
sourcefn eq(&self, other: &VolumesPruneReport) -> bool
fn eq(&self, other: &VolumesPruneReport) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for VolumesPruneReport
impl Serialize for VolumesPruneReport
impl StructuralPartialEq for VolumesPruneReport
Auto Trait Implementations
impl RefUnwindSafe for VolumesPruneReport
impl Send for VolumesPruneReport
impl Sync for VolumesPruneReport
impl Unpin for VolumesPruneReport
impl UnwindSafe for VolumesPruneReport
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more