Enum gapi_grpc::google::cloud::osconfig::v1alpha::InventoryView[][src]

#[repr(i32)]pub enum InventoryView {
    Unspecified,
    Basic,
    Full,
}

The view for inventory objects.

Variants

Unspecified

The default value. The API defaults to the BASIC view.

Basic

Returns the basic inventory information that includes os_info.

Full

Returns all fields.

Implementations

impl InventoryView[src]

pub fn is_valid(value: i32) -> bool[src]

Returns true if value is a variant of InventoryView.

pub fn from_i32(value: i32) -> Option<InventoryView>[src]

Converts an i32 to a InventoryView, or None if value is not a valid variant.

Trait Implementations

impl Clone for InventoryView[src]

impl Copy for InventoryView[src]

impl Debug for InventoryView[src]

impl Default for InventoryView[src]

impl Eq for InventoryView[src]

impl From<InventoryView> for i32[src]

impl Hash for InventoryView[src]

impl Ord for InventoryView[src]

impl PartialEq<InventoryView> for InventoryView[src]

impl PartialOrd<InventoryView> for InventoryView[src]

impl StructuralEq for InventoryView[src]

impl StructuralPartialEq for InventoryView[src]

Auto Trait Implementations

impl RefUnwindSafe for InventoryView

impl Send for InventoryView

impl Sync for InventoryView

impl Unpin for InventoryView

impl UnwindSafe for InventoryView

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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]