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