Struct docker_api::api::container::data::ContainerDetails[][src]

pub struct ContainerDetails {
Show 25 fields pub id: String, pub created: DateTime<Utc>, pub path: String, pub args: Vec<String>, pub state: ContainerState, pub image: String, pub resolv_conf_path: String, pub hostname_path: String, pub hosts_path: String, pub log_path: String, pub name: String, pub restart_count: i64, pub driver: String, pub platform: String, pub mount_label: String, pub process_label: String, pub app_armor_profile: String, pub exec_ids: Option<Vec<String>>, pub host_config: HostConfig, pub graph_driver: DriverData, pub size_rw: Option<i64>, pub size_root_fs: Option<i64>, pub mounts: Vec<MountPoint>, pub config: ContainerConfig, pub network_settings: NetworkSettings,
}

Fields

id: Stringcreated: DateTime<Utc>
This is supported on crate feature chrono only.
path: Stringargs: Vec<String>state: ContainerStateimage: Stringresolv_conf_path: Stringhostname_path: Stringhosts_path: Stringlog_path: Stringname: Stringrestart_count: i64driver: Stringplatform: Stringmount_label: Stringprocess_label: Stringapp_armor_profile: Stringexec_ids: Option<Vec<String>>host_config: HostConfiggraph_driver: DriverDatasize_rw: Option<i64>size_root_fs: Option<i64>mounts: Vec<MountPoint>config: ContainerConfignetwork_settings: NetworkSettings

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

Serialize this value into the given Serde serializer. 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

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

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.

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