Struct oci_spec::runtime::WindowsHyperVBuilder
source · pub struct WindowsHyperVBuilder { /* private fields */ }
Expand description
Builder for WindowsHyperV
.
Implementations§
source§impl WindowsHyperVBuilder
impl WindowsHyperVBuilder
sourcepub fn utility_vm_path<VALUE: Into<String>>(self, value: VALUE) -> Self
pub fn utility_vm_path<VALUE: Into<String>>(self, value: VALUE) -> Self
UtilityVMPath is an optional path to the image used for the Utility VM.
sourcepub fn build(self) -> Result<WindowsHyperV, OciSpecError>
pub fn build(self) -> Result<WindowsHyperV, OciSpecError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WindowsHyperVBuilder
impl RefUnwindSafe for WindowsHyperVBuilder
impl Send for WindowsHyperVBuilder
impl Sync for WindowsHyperVBuilder
impl Unpin for WindowsHyperVBuilder
impl UnwindSafe for WindowsHyperVBuilder
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