Struct podman_api_stubs::models::NameExecBody1 [−][src]
pub struct NameExecBody1 {
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 NameExecBody1
impl Send for NameExecBody1
impl Sync for NameExecBody1
impl Unpin for NameExecBody1
impl UnwindSafe for NameExecBody1
Blanket Implementations
Mutably borrows from an owned value. Read more