Struct nomad_client::models::csi_plugin_list_stub::CsiPluginListStub[][src]

pub struct CsiPluginListStub {
    pub ID: Option<String>,
    pub provider: Option<String>,
    pub controller_required: Option<bool>,
    pub controllers_healthy: Option<i32>,
    pub controllers_expected: Option<i32>,
    pub nodes_healthy: Option<i32>,
    pub nodes_expected: Option<i32>,
    pub create_index: Option<i32>,
    pub modify_index: Option<i32>,
}

Fields

ID: Option<String>provider: Option<String>controller_required: Option<bool>controllers_healthy: Option<i32>controllers_expected: Option<i32>nodes_healthy: Option<i32>nodes_expected: Option<i32>create_index: Option<i32>modify_index: Option<i32>

Implementations

impl CsiPluginListStub[src]

Trait Implementations

impl Clone for CsiPluginListStub[src]

impl Debug for CsiPluginListStub[src]

impl<'de> Deserialize<'de> for CsiPluginListStub[src]

impl PartialEq<CsiPluginListStub> for CsiPluginListStub[src]

impl Serialize for CsiPluginListStub[src]

impl StructuralPartialEq for CsiPluginListStub[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<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.