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 for ContainerWithEnvVariableOpts
impl PartialEq for ContainerWithEnvVariableOpts
Source§fn eq(&self, other: &ContainerWithEnvVariableOpts) -> bool
fn eq(&self, other: &ContainerWithEnvVariableOpts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.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 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