Struct docker_api::api::system::data::BuildCache [−][src]
pub struct BuildCache { pub id: String, pub parent: String, pub type_: String, pub description: String, pub in_use: bool, pub shared: bool, pub size: i64, pub created_at: DateTime<Utc>, pub last_used_at: DateTime<Utc>, pub usage_count: isize, }
Fields
id: String
parent: String
type_: String
description: String
in_use: bool
size: i64
created_at: DateTime<Utc>
last_used_at: DateTime<Utc>
usage_count: 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 BuildCache
impl Send for BuildCache
impl Sync for BuildCache
impl Unpin for BuildCache
impl UnwindSafe for BuildCache
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more