Struct oci_spec::runtime::VMImageBuilder
source · pub struct VMImageBuilder { /* private fields */ }
Expand description
Builder for VMImage
.
Implementations§
source§impl VMImageBuilder
impl VMImageBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VMImageBuilder
impl RefUnwindSafe for VMImageBuilder
impl Send for VMImageBuilder
impl Sync for VMImageBuilder
impl Unpin for VMImageBuilder
impl UnwindSafe for VMImageBuilder
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