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