[][src]Struct k8s_openapi::api::storage::v1beta1::CSIDriverList

pub struct CSIDriverList {
    pub items: Vec<CSIDriver>,
    pub metadata: Option<ListMeta>,
}

CSIDriverList is a collection of CSIDriver objects.

Fields

items: Vec<CSIDriver>

items is the list of CSIDriver

metadata: Option<ListMeta>

Standard list metadata More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata

Trait Implementations

impl Resource for CSIDriverList[src]

impl Metadata for CSIDriverList[src]

type Ty = ListMeta

The type of the metadata object.

impl Default for CSIDriverList[src]

impl Clone for CSIDriverList[src]

impl PartialEq<CSIDriverList> for CSIDriverList[src]

impl Debug for CSIDriverList[src]

impl Serialize for CSIDriverList[src]

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

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]