Struct podman_api::opts::ExecCreateOptsBuilder [−][src]
pub struct ExecCreateOptsBuilder { /* fields omitted */ }
Expand description
A builder struct for ExecCreateOpts.
Implementations
Finish building ExecCreateOpts.
Attach to stderr of the exec command
Attach to stdin of the exec command
Attach to stdout of the exec command
Command to run, as a string or array of strings.
Override the key sequence for detaching a container. Format is a single character [a-Z] or ctrl- where is one of: a-z, @, ^, [, , or _.
A list of environment variables to use for the command execution.
Runs the exec process with extended privileges
The user, and optionally, group to run the exec process inside the container.
The working directory for the exec process inside the container.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ExecCreateOptsBuilder
impl Send for ExecCreateOptsBuilder
impl Sync for ExecCreateOptsBuilder
impl Unpin for ExecCreateOptsBuilder
impl UnwindSafe for ExecCreateOptsBuilder
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