Struct dagger_sdk::ContainerWithEnvVariableOpts
source · pub struct ContainerWithEnvVariableOpts {
pub expand: Option<bool>,
}Fields§
§expand: Option<bool>Replace ${VAR} or $VAR in the value according to the current environment variables defined in the container (e.g., “/opt/bin:$PATH”).
Trait Implementations§
source§impl Debug for ContainerWithEnvVariableOpts
impl Debug for ContainerWithEnvVariableOpts
source§impl PartialEq<ContainerWithEnvVariableOpts> for ContainerWithEnvVariableOpts
impl PartialEq<ContainerWithEnvVariableOpts> for ContainerWithEnvVariableOpts
source§fn eq(&self, other: &ContainerWithEnvVariableOpts) -> bool
fn eq(&self, other: &ContainerWithEnvVariableOpts) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ContainerWithEnvVariableOpts
Auto Trait Implementations§
impl RefUnwindSafe for ContainerWithEnvVariableOpts
impl Send for ContainerWithEnvVariableOpts
impl Sync for ContainerWithEnvVariableOpts
impl Unpin for ContainerWithEnvVariableOpts
impl UnwindSafe for ContainerWithEnvVariableOpts
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more