pub type ExecDetails = ExecDetails;๐Deprecated since 0.8.0: Please use
docker_sdk::exec::ExecDetails. This will be removed in 0.9.0.Aliased Typeยง
pub struct ExecDetails {
pub can_remove: bool,
pub container_id: String,
pub detach_keys: String,
pub exit_code: Option<u64>,
pub id: String,
pub open_stderr: bool,
pub open_stdin: bool,
pub open_stdout: bool,
pub process_config: ProcessConfig,
pub running: bool,
pub pid: u64,
}Fieldsยง
ยงcan_remove: boolยงcontainer_id: Stringยงdetach_keys: Stringยงexit_code: Option<u64>ยงid: Stringยงopen_stderr: boolยงopen_stdin: boolยงopen_stdout: boolยงprocess_config: ProcessConfigยงrunning: boolยงpid: u64