pub struct DirectPathProfileManagerTargetEntity {}Expand description
Base specification describing the target entity against which the capacity of a DirectPath profile can be queried using DirectPathProfileManager.DirectPathProfileManagerQueryCapacity.
Since: vSphere API Release 9.0.0.0
§How to access
DirectPathProfileManager::direct_path_profile_manager_query_capacity(target)
Trait Implementations§
Source§impl VimObjectTrait for DirectPathProfileManagerTargetEntity
impl VimObjectTrait for DirectPathProfileManagerTargetEntity
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for DirectPathProfileManagerTargetEntity
impl DirectPathProfileManagerTargetEntityTrait for DirectPathProfileManagerTargetEntity
Auto Trait Implementations§
impl Freeze for DirectPathProfileManagerTargetEntity
impl RefUnwindSafe for DirectPathProfileManagerTargetEntity
impl Send for DirectPathProfileManagerTargetEntity
impl Sync for DirectPathProfileManagerTargetEntity
impl Unpin for DirectPathProfileManagerTargetEntity
impl UnsafeUnpin for DirectPathProfileManagerTargetEntity
impl UnwindSafe for DirectPathProfileManagerTargetEntity
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