Struct docker_api::api::exec::ExecInfo [−][src]
pub struct ExecInfo {
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: boolcontainer_id: Stringdetach_keys: Stringexit_code: Option<u64>id: Stringopen_stderr: boolopen_stdin: boolopen_stdout: boolprocess_config: ProcessConfigrunning: boolpid: u64Trait 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 ExecInfo
impl UnwindSafe for ExecInfo
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