pub struct OciLocalImage {
pub image: OciResolvedImage,
pub config: OciSchema<ImageConfiguration>,
pub layers: Vec<OciImageLayer>,
}Fields§
§image: OciResolvedImage§config: OciSchema<ImageConfiguration>§layers: Vec<OciImageLayer>Trait Implementations§
Source§impl Clone for OciLocalImage
impl Clone for OciLocalImage
Source§fn clone(&self) -> OciLocalImage
fn clone(&self) -> OciLocalImage
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 OciLocalImage
impl RefUnwindSafe for OciLocalImage
impl Send for OciLocalImage
impl Sync for OciLocalImage
impl Unpin for OciLocalImage
impl UnwindSafe for OciLocalImage
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