pub struct FileQuery {}Expand description
The data object type that describes the base query specification.
Contains query filters and details that apply to every file. Querying only file details generally does not require opening files and so is an efficient query. Derived types add query parameters specific to the type of file.
§How to access
HostDatastoreBrowser::supported_typeHostDatastoreBrowser::search_datastore_task(search_spec).query?[*]HostDatastoreBrowser::search_datastore_sub_folders_task(search_spec).query?[*]
Trait Implementations§
Source§impl Deserialize for FileQuery
impl Deserialize for FileQuery
Source§impl VimObjectTrait for FileQuery
impl VimObjectTrait for FileQuery
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for FileQuery
impl FileQueryTrait for FileQuery
Auto Trait Implementations§
impl Freeze for FileQuery
impl RefUnwindSafe for FileQuery
impl Send for FileQuery
impl Sync for FileQuery
impl Unpin for FileQuery
impl UnsafeUnpin for FileQuery
impl UnwindSafe for FileQuery
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