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