pub struct OciResolvedImage {
pub name: ImageName,
pub digest: String,
pub descriptor: Descriptor,
pub manifest: OciSchema<ImageManifest>,
}Fields§
§name: ImageName§digest: String§descriptor: Descriptor§manifest: OciSchema<ImageManifest>Trait Implementations§
Source§impl Clone for OciResolvedImage
impl Clone for OciResolvedImage
Source§fn clone(&self) -> OciResolvedImage
fn clone(&self) -> OciResolvedImage
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for OciResolvedImage
impl RefUnwindSafe for OciResolvedImage
impl Send for OciResolvedImage
impl Sync for OciResolvedImage
impl Unpin for OciResolvedImage
impl UnwindSafe for OciResolvedImage
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