pub struct ContainerWithWorkdirOpts {
pub expand: Option<bool>,
}
Fields§
§expand: Option<bool>
Replace “${VAR}” or “$VAR” in the value of path according to the current environment variables defined in the container (e.g. “/$VAR/foo”).
Trait Implementations§
Source§impl Debug for ContainerWithWorkdirOpts
impl Debug for ContainerWithWorkdirOpts
Source§impl PartialEq for ContainerWithWorkdirOpts
impl PartialEq for ContainerWithWorkdirOpts
impl StructuralPartialEq for ContainerWithWorkdirOpts
Auto Trait Implementations§
impl Freeze for ContainerWithWorkdirOpts
impl RefUnwindSafe for ContainerWithWorkdirOpts
impl Send for ContainerWithWorkdirOpts
impl Sync for ContainerWithWorkdirOpts
impl Unpin for ContainerWithWorkdirOpts
impl UnwindSafe for ContainerWithWorkdirOpts
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