[][src]Struct k8s_csi::v1_3_0::GetCapacityResponse

pub struct GetCapacityResponse {
    pub available_capacity: i64,
}

Fields

available_capacity: i64

The available capacity, in bytes, of the storage that can be used to provision volumes. If volume_capabilities or parameters is specified in the request, the Plugin SHALL take those into consideration when calculating the available capacity of the storage. This field is REQUIRED. The value of this field MUST NOT be negative.

Trait Implementations

impl Clone for GetCapacityResponse[src]

impl Debug for GetCapacityResponse[src]

impl Default for GetCapacityResponse[src]

impl Message for GetCapacityResponse[src]

impl PartialEq<GetCapacityResponse> for GetCapacityResponse[src]

impl StructuralPartialEq for GetCapacityResponse[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> 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> 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>, 

impl<T> WithSubscriber for T[src]