Struct docker_api::api::image::models::ImageDetails [−][src]
pub struct ImageDetails {Show 18 fields
pub id: String,
pub repo_tags: Vec<String>,
pub repo_digests: Vec<String>,
pub parent: String,
pub comment: String,
pub created: DateTime<Utc>,
pub container: String,
pub docker_version: String,
pub author: String,
pub config: ContainerConfig,
pub architecture: String,
pub os: String,
pub os_version: Option<String>,
pub size: i64,
pub virtual_size: i64,
pub graph_driver: DriverData,
pub root_fs: ImageRootFs,
pub metadata: ImageMetadata,
}
Fields
id: String
repo_digests: Vec<String>
parent: String
comment: String
created: DateTime<Utc>
container: String
docker_version: String
config: ContainerConfig
architecture: String
os: String
os_version: Option<String>
size: i64
virtual_size: i64
graph_driver: DriverData
root_fs: ImageRootFs
metadata: ImageMetadata
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more