Struct oci_spec::image::OciLayoutBuilder
source · pub struct OciLayoutBuilder { /* private fields */ }
Expand description
Builder for OciLayout
.
Implementations§
source§impl OciLayoutBuilder
impl OciLayoutBuilder
sourcepub fn image_layout_version<VALUE: Into<String>>(self, value: VALUE) -> Self
pub fn image_layout_version<VALUE: Into<String>>(self, value: VALUE) -> Self
This REQUIRED property specifies the image layout version.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OciLayoutBuilder
impl RefUnwindSafe for OciLayoutBuilder
impl Send for OciLayoutBuilder
impl Sync for OciLayoutBuilder
impl Unpin for OciLayoutBuilder
impl UnwindSafe for OciLayoutBuilder
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