Struct dagger_sdk::ContainerWithExecOpts
source · pub struct ContainerWithExecOpts<'a> {
pub stdin: Option<&'a str>,
pub redirect_stdout: Option<&'a str>,
pub redirect_stderr: Option<&'a str>,
pub experimental_privileged_nesting: Option<bool>,
}Fields§
§stdin: Option<&'a str>§redirect_stdout: Option<&'a str>§redirect_stderr: Option<&'a str>§experimental_privileged_nesting: Option<bool>Trait Implementations§
source§impl<'a> Debug for ContainerWithExecOpts<'a>
impl<'a> Debug for ContainerWithExecOpts<'a>
source§impl<'a> PartialEq<ContainerWithExecOpts<'a>> for ContainerWithExecOpts<'a>
impl<'a> PartialEq<ContainerWithExecOpts<'a>> for ContainerWithExecOpts<'a>
source§fn eq(&self, other: &ContainerWithExecOpts<'a>) -> bool
fn eq(&self, other: &ContainerWithExecOpts<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.