pub struct VirtualMachineBootOptionsBootableEthernetDeviceFields<'a> { /* private fields */ }Implementations§
Source§impl VirtualMachineBootOptionsBootableEthernetDeviceFields<'_>
impl VirtualMachineBootOptionsBootableEthernetDeviceFields<'_>
pub fn new() -> VirtualMachineBootOptionsBootableEthernetDeviceFields<'static>
Trait Implementations§
Source§impl FieldsBuilder for VirtualMachineBootOptionsBootableEthernetDeviceFields<'static>
impl FieldsBuilder for VirtualMachineBootOptionsBootableEthernetDeviceFields<'static>
Source§fn build_boxed(&mut self) -> Result<Box<dyn VimObjectTrait>>
fn build_boxed(&mut self) -> Result<Box<dyn VimObjectTrait>>
Build the concrete type and box it as a VimObjectTrait.
Auto Trait Implementations§
impl<'a> Freeze for VirtualMachineBootOptionsBootableEthernetDeviceFields<'a>
impl<'a> RefUnwindSafe for VirtualMachineBootOptionsBootableEthernetDeviceFields<'a>
impl<'a> Send for VirtualMachineBootOptionsBootableEthernetDeviceFields<'a>
impl<'a> Sync for VirtualMachineBootOptionsBootableEthernetDeviceFields<'a>
impl<'a> Unpin for VirtualMachineBootOptionsBootableEthernetDeviceFields<'a>
impl<'a> UnsafeUnpin for VirtualMachineBootOptionsBootableEthernetDeviceFields<'a>
impl<'a> !UnwindSafe for VirtualMachineBootOptionsBootableEthernetDeviceFields<'a>
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