pub struct VmSnapshotFileQuery {}Expand description
This data object type describes the query specification for a virtual machine snapshot file.
§How to access
HostDatastoreBrowser::supported_type→VmSnapshotFileQueryHostDatastoreBrowser::search_datastore_task(search_spec).query?[*]→VmSnapshotFileQueryHostDatastoreBrowser::search_datastore_sub_folders_task(search_spec).query?[*]→VmSnapshotFileQuery
Trait Implementations§
Source§impl Debug for VmSnapshotFileQuery
impl Debug for VmSnapshotFileQuery
Source§impl Deserialize for VmSnapshotFileQuery
impl Deserialize for VmSnapshotFileQuery
Source§impl VimObjectTrait for VmSnapshotFileQuery
impl VimObjectTrait for VmSnapshotFileQuery
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for VmSnapshotFileQuery
impl FileQueryTrait for VmSnapshotFileQuery
Auto Trait Implementations§
impl Freeze for VmSnapshotFileQuery
impl RefUnwindSafe for VmSnapshotFileQuery
impl Send for VmSnapshotFileQuery
impl Sync for VmSnapshotFileQuery
impl Unpin for VmSnapshotFileQuery
impl UnsafeUnpin for VmSnapshotFileQuery
impl UnwindSafe for VmSnapshotFileQuery
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