Type Alias Status

Source
pub type Status = Status;
👎Deprecated since 0.8.0: Please use docker_sdk::image::Status. This will be removed in 0.9.0.

Aliased Type§

pub enum Status {
    Untagged(String),
    Deleted(String),
}

Variants§

§

Untagged(String)

§

Deleted(String)