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