Struct bollard::models::SystemDataUsageResponse[][src]

pub struct SystemDataUsageResponse {
    pub layers_size: Option<i64>,
    pub images: Option<Vec<ImageSummary, Global>>,
    pub containers: Option<Vec<ContainerSummaryInner, Global>>,
    pub volumes: Option<Vec<Volume, Global>>,
    pub build_cache: Option<Vec<BuildCache, Global>>,
}

Fields

layers_size: Option<i64>images: Option<Vec<ImageSummary, Global>>containers: Option<Vec<ContainerSummaryInner, Global>>volumes: Option<Vec<Volume, Global>>build_cache: Option<Vec<BuildCache, Global>>

Trait Implementations

impl Clone for SystemDataUsageResponse[src]

impl Debug for SystemDataUsageResponse[src]

impl Default for SystemDataUsageResponse[src]

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

impl PartialEq<SystemDataUsageResponse> for SystemDataUsageResponse[src]

impl Serialize for SystemDataUsageResponse[src]

impl StructuralPartialEq for SystemDataUsageResponse[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.