pub struct HostSystemComplianceCheckState {
pub state: String,
pub check_time: String,
}Expand description
Fields§
§state: StringThe compliance check operation state.
See ComplianceResultStatus_enum for the valid values.
check_time: StringThe compliance check starting time for running state; compliance check finish time for others.
Trait Implementations§
Source§impl VimObjectTrait for HostSystemComplianceCheckState
impl VimObjectTrait for HostSystemComplianceCheckState
fn as_vim_object_ref<'a>(&'a self) -> &'a dyn VimObjectTrait
fn data_type(&self) -> StructType
impl DataObjectTrait for HostSystemComplianceCheckState
Auto Trait Implementations§
impl Freeze for HostSystemComplianceCheckState
impl RefUnwindSafe for HostSystemComplianceCheckState
impl Send for HostSystemComplianceCheckState
impl Sync for HostSystemComplianceCheckState
impl Unpin for HostSystemComplianceCheckState
impl UnsafeUnpin for HostSystemComplianceCheckState
impl UnwindSafe for HostSystemComplianceCheckState
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