Struct dockworker::PrunedImages
source · pub struct PrunedImages { /* private fields */ }Expand description
Response of the prune image api
Trait Implementations§
source§impl Clone for PrunedImages
impl Clone for PrunedImages
source§fn clone(&self) -> PrunedImages
fn clone(&self) -> PrunedImages
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 PrunedImages
impl Debug for PrunedImages
source§impl<'de> Deserialize<'de> for PrunedImages
impl<'de> Deserialize<'de> for PrunedImages
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
source§impl PartialEq for PrunedImages
impl PartialEq for PrunedImages
source§fn eq(&self, other: &PrunedImages) -> bool
fn eq(&self, other: &PrunedImages) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for PrunedImages
impl PartialOrd for PrunedImages
source§fn partial_cmp(&self, other: &PrunedImages) -> Option<Ordering>
fn partial_cmp(&self, other: &PrunedImages) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl Serialize for PrunedImages
impl Serialize for PrunedImages
impl StructuralPartialEq for PrunedImages
Auto Trait Implementations§
impl RefUnwindSafe for PrunedImages
impl Send for PrunedImages
impl Sync for PrunedImages
impl Unpin for PrunedImages
impl UnwindSafe for PrunedImages
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