pub struct ContainerPrune200Response {
pub containers_deleted: Option<Vec<String>>,
pub space_reclaimed: Option<i64>,
}
Expand description
No error
Fields§
§containers_deleted: Option<Vec<String>>
Container IDs that were deleted
space_reclaimed: Option<i64>
Disk space reclaimed in bytes
Trait Implementations§
Source§impl Clone for ContainerPrune200Response
impl Clone for ContainerPrune200Response
Source§fn clone(&self) -> ContainerPrune200Response
fn clone(&self) -> ContainerPrune200Response
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 ContainerPrune200Response
impl Debug for ContainerPrune200Response
Source§impl<'de> Deserialize<'de> for ContainerPrune200Response
impl<'de> Deserialize<'de> for ContainerPrune200Response
Source§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
impl StructuralPartialEq for ContainerPrune200Response
Auto Trait Implementations§
impl Freeze for ContainerPrune200Response
impl RefUnwindSafe for ContainerPrune200Response
impl Send for ContainerPrune200Response
impl Sync for ContainerPrune200Response
impl Unpin for ContainerPrune200Response
impl UnwindSafe for ContainerPrune200Response
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more