pub struct DockerPruneRequest {
pub operation_id: OperationId,
pub operation: OperationName,
pub fingerprint: DockerPruneFingerprint,
pub force: bool,
pub deadline: Timestamp,
}Expand description
Request to prune one exact inventory.
Fields§
§operation_id: OperationIdOperation identity.
operation: OperationNameCanonical operation.
fingerprint: DockerPruneFingerprintPlanned prune fingerprint.
force: boolExplicit destructive confirmation field.
deadline: TimestampAbsolute execution deadline.
Trait Implementations§
Source§impl Clone for DockerPruneRequest
impl Clone for DockerPruneRequest
Source§fn clone(&self) -> DockerPruneRequest
fn clone(&self) -> DockerPruneRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DockerPruneRequest
impl Debug for DockerPruneRequest
Source§impl PartialEq for DockerPruneRequest
impl PartialEq for DockerPruneRequest
Source§fn eq(&self, other: &DockerPruneRequest) -> bool
fn eq(&self, other: &DockerPruneRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for DockerPruneRequest
impl StructuralPartialEq for DockerPruneRequest
Auto Trait Implementations§
impl Freeze for DockerPruneRequest
impl RefUnwindSafe for DockerPruneRequest
impl Send for DockerPruneRequest
impl Sync for DockerPruneRequest
impl Unpin for DockerPruneRequest
impl UnsafeUnpin for DockerPruneRequest
impl UnwindSafe for DockerPruneRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.