pub struct CachedImageUpdate {
pub manifest: ImageManifest,
pub config: ImageConfiguration,
pub manifest_digest: Digest,
}Expand description
Locally cached metadata for an update to an existing image.
Fields§
§manifest: ImageManifestThe image manifest
config: ImageConfigurationThe image configuration
manifest_digest: DigestThe digest of the manifest
Implementations§
Trait Implementations§
source§impl Debug for CachedImageUpdate
impl Debug for CachedImageUpdate
source§impl PartialEq for CachedImageUpdate
impl PartialEq for CachedImageUpdate
impl Eq for CachedImageUpdate
impl StructuralPartialEq for CachedImageUpdate
Auto Trait Implementations§
impl Freeze for CachedImageUpdate
impl RefUnwindSafe for CachedImageUpdate
impl Send for CachedImageUpdate
impl Sync for CachedImageUpdate
impl Unpin for CachedImageUpdate
impl UnwindSafe for CachedImageUpdate
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.