Struct gapi_grpc::google::cloud::osconfig::v1alpha::inventory::WindowsQuickFixEngineeringPackage[][src]

pub struct WindowsQuickFixEngineeringPackage {
    pub caption: String,
    pub description: String,
    pub hot_fix_id: String,
    pub install_time: Option<Timestamp>,
}

Information related to a Quick Fix Engineering package. Fields are taken from Windows QuickFixEngineering Interface and match the source names: https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering

Fields

caption: String

A short textual description of the QFE update.

description: String

A textual description of the QFE update.

hot_fix_id: String

Unique identifier associated with a particular QFE update.

install_time: Option<Timestamp>

Date that the QFE update was installed. Mapped from installed_on field.

Trait Implementations

impl Clone for WindowsQuickFixEngineeringPackage[src]

impl Debug for WindowsQuickFixEngineeringPackage[src]

impl Default for WindowsQuickFixEngineeringPackage[src]

impl Message for WindowsQuickFixEngineeringPackage[src]

impl PartialEq<WindowsQuickFixEngineeringPackage> for WindowsQuickFixEngineeringPackage[src]

impl StructuralPartialEq for WindowsQuickFixEngineeringPackage[src]

Auto Trait Implementations

impl RefUnwindSafe for WindowsQuickFixEngineeringPackage

impl Send for WindowsQuickFixEngineeringPackage

impl Sync for WindowsQuickFixEngineeringPackage

impl Unpin for WindowsQuickFixEngineeringPackage

impl UnwindSafe for WindowsQuickFixEngineeringPackage

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]