pub struct OciArchiveBuilder { /* private fields */ }Expand description
Build an OciArchive
Implementations§
Trait Implementations§
Source§impl ImageBuilder for OciArchiveBuilder
impl ImageBuilder for OciArchiveBuilder
Source§type Image = OciArchive
type Image = OciArchive
Handler of generated image.
Source§fn add_empty_json(&mut self) -> Result<Descriptor>
fn add_empty_json(&mut self) -> Result<Descriptor>
A placeholder for
application/vnd.oci.empty.v1+jsonAuto Trait Implementations§
impl Freeze for OciArchiveBuilder
impl RefUnwindSafe for OciArchiveBuilder
impl Send for OciArchiveBuilder
impl Sync for OciArchiveBuilder
impl Unpin for OciArchiveBuilder
impl UnwindSafe for OciArchiveBuilder
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