pub struct Container {
Show 23 fields pub id: String, pub created: DateTime<Utc>, pub path: String, pub args: Vec<String>, pub config: Config<String>, pub state: State, pub image: String, pub network_settings: NetworkSettings, pub resolv_conf_path: String, pub hostname_path: String, pub hosts_path: String, pub log_path: String, pub name: String, pub driver: String, pub mounts: Vec<Mount>, pub host_config: HostConfig<String>, pub restart_count: isize, pub platform: String, pub mount_label: String, pub process_label: String, pub app_armor_profile: String, pub exec_ids: Option<Vec<String>>, pub graph_driver: GraphDriver,
}
Expand description

Result type for the Inspect Container API

Fields§

§id: String§created: DateTime<Utc>§path: String§args: Vec<String>§config: Config<String>§state: State§image: String§network_settings: NetworkSettings§resolv_conf_path: String§hostname_path: String§hosts_path: String§log_path: String§name: String§driver: String§mounts: Vec<Mount>§host_config: HostConfig<String>§restart_count: isize§platform: String§mount_label: String§process_label: String§app_armor_profile: String§exec_ids: Option<Vec<String>>§graph_driver: GraphDriver

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.