pub struct HostUnresolvedVmfsExtentFields<'a> { /* private fields */ }Implementations§
Source§impl HostUnresolvedVmfsExtentFields<'_>
impl HostUnresolvedVmfsExtentFields<'_>
pub fn new() -> HostUnresolvedVmfsExtentFields<'static>
Trait Implementations§
Source§impl FieldsBuilder for HostUnresolvedVmfsExtentFields<'static>
impl FieldsBuilder for HostUnresolvedVmfsExtentFields<'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 HostUnresolvedVmfsExtentFields<'a>
impl<'a> RefUnwindSafe for HostUnresolvedVmfsExtentFields<'a>
impl<'a> Send for HostUnresolvedVmfsExtentFields<'a>
impl<'a> Sync for HostUnresolvedVmfsExtentFields<'a>
impl<'a> Unpin for HostUnresolvedVmfsExtentFields<'a>
impl<'a> UnsafeUnpin for HostUnresolvedVmfsExtentFields<'a>
impl<'a> !UnwindSafe for HostUnresolvedVmfsExtentFields<'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