pub struct VslmAboutInfo {
pub name: String,
pub full_name: String,
pub vendor: String,
pub api_version: String,
pub instance_uuid: String,
}Expand description
This data object type describes system information.
This structure may be used only with operations rendered under /vslm.
§How to access
VslmServiceInstance::content.about_infoVslmServiceInstance::retrieve_content().about_info
Fields§
§name: String§full_name: String§vendor: String§api_version: String§instance_uuid: StringTrait Implementations§
Source§impl Debug for VslmAboutInfo
impl Debug for VslmAboutInfo
Source§impl Deserialize for VslmAboutInfo
impl Deserialize for VslmAboutInfo
Source§impl VimObjectTrait for VslmAboutInfo
impl VimObjectTrait for VslmAboutInfo
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for VslmAboutInfo
Auto Trait Implementations§
impl Freeze for VslmAboutInfo
impl RefUnwindSafe for VslmAboutInfo
impl Send for VslmAboutInfo
impl Sync for VslmAboutInfo
impl Unpin for VslmAboutInfo
impl UnsafeUnpin for VslmAboutInfo
impl UnwindSafe for VslmAboutInfo
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