Struct shiplift::image::ImageDetails[][src]

pub struct ImageDetails {
Show fields pub architecture: String, pub author: String, pub comment: String, pub config: ContainerConfig, pub created: DateTime<Utc>, pub docker_version: String, pub id: String, pub os: String, pub parent: String, pub repo_tags: Option<Vec<String>>, pub repo_digests: Option<Vec<String>>, pub size: u64, pub virtual_size: u64,
}

Fields

architecture: Stringauthor: Stringcomment: Stringconfig: ContainerConfigcreated: DateTime<Utc>docker_version: Stringid: Stringos: Stringparent: Stringrepo_tags: Option<Vec<String>>repo_digests: Option<Vec<String>>size: u64virtual_size: u64

Trait Implementations

impl Clone for ImageDetails[src]

impl Debug for ImageDetails[src]

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

impl Serialize for ImageDetails[src]

Auto Trait Implementations

impl RefUnwindSafe for ImageDetails

impl Send for ImageDetails

impl Sync for ImageDetails

impl Unpin for ImageDetails

impl UnwindSafe for ImageDetails

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