Struct ostree_ext::container::store::CachedImageUpdate
source · pub struct CachedImageUpdate {
pub manifest: ImageManifest,
pub config: ImageConfiguration,
pub manifest_digest: String,
}Expand description
Locally cached metadata for an update to an existing image.
Fields§
§manifest: ImageManifestThe image manifest
config: ImageConfigurationThe image configuration
manifest_digest: StringThe 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
source§fn eq(&self, other: &CachedImageUpdate) -> bool
fn eq(&self, other: &CachedImageUpdate) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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