pub struct TaskManagerTaskViewSpec {}Expand description
TaskManagerTaskViewSpec provides the specifications for returning the set of tasks in the Task Console.
Since: vSphere API Release 9.0.0.0
§How to access
TaskManager::read_next_tasks_by_view_spec(view_spec)
Trait Implementations§
Source§impl Debug for TaskManagerTaskViewSpec
impl Debug for TaskManagerTaskViewSpec
Source§impl VimObjectTrait for TaskManagerTaskViewSpec
impl VimObjectTrait for TaskManagerTaskViewSpec
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for TaskManagerTaskViewSpec
impl TaskManagerTaskViewSpecTrait for TaskManagerTaskViewSpec
Auto Trait Implementations§
impl Freeze for TaskManagerTaskViewSpec
impl RefUnwindSafe for TaskManagerTaskViewSpec
impl Send for TaskManagerTaskViewSpec
impl Sync for TaskManagerTaskViewSpec
impl Unpin for TaskManagerTaskViewSpec
impl UnsafeUnpin for TaskManagerTaskViewSpec
impl UnwindSafe for TaskManagerTaskViewSpec
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