Struct docker_api::api::system::data::ImageSummary [−][src]
pub struct ImageSummary { pub id: String, pub parent_id: String, pub repo_tags: Vec<String>, pub repo_digests: Option<Vec<String>>, pub created: isize, pub size: isize, pub shared_size: isize, pub virtual_size: isize, pub labels: Option<Labels>, pub containers: isize, }
Fields
id: String
parent_id: String
repo_digests: Option<Vec<String>>
created: isize
size: isize
virtual_size: isize
labels: Option<Labels>
containers: isize
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 ImageSummary
impl Send for ImageSummary
impl Sync for ImageSummary
impl Unpin for ImageSummary
impl UnwindSafe for ImageSummary
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more