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
impl StructuralPartialEq for ContainerWithEnvVariableOpts
Auto Trait Implementations§
impl Freeze for ContainerWithEnvVariableOpts
impl RefUnwindSafe for ContainerWithEnvVariableOpts
impl Send for ContainerWithEnvVariableOpts
impl Sync for ContainerWithEnvVariableOpts
impl Unpin for ContainerWithEnvVariableOpts
impl UnsafeUnpin 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