Struct podman_api_stubs::models::NameExecBody3 [−][src]
pub struct NameExecBody3 {
pub attach_stderr: Option<bool>,
pub attach_stdin: Option<bool>,
pub attach_stdout: Option<bool>,
pub cmd: Option<Vec<String>>,
pub detach_keys: Option<String>,
pub env: Option<Vec<String>>,
pub privileged: Option<bool>,
pub tty: Option<bool>,
pub user: Option<String>,
pub working_dir: Option<String>,
}
Fields
attach_stderr: Option<bool>
attach_stdin: Option<bool>
attach_stdout: Option<bool>
cmd: Option<Vec<String>>
detach_keys: Option<String>
env: Option<Vec<String>>
privileged: Option<bool>
tty: Option<bool>
user: Option<String>
working_dir: Option<String>
Implementations
Trait 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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for NameExecBody3
impl Send for NameExecBody3
impl Sync for NameExecBody3
impl Unpin for NameExecBody3
impl UnwindSafe for NameExecBody3
Blanket Implementations
Mutably borrows from an owned value. Read more