Struct docker_api::api::system::models::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: Stringparent: Stringtype_: Stringdescription: Stringin_use: boolsize: i64created_at: DateTime<Utc>last_used_at: DateTime<Utc>usage_count: isizeTrait 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
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