pub struct ContainerWithoutFileOpts {
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.txt”).
Trait Implementations§
Source§impl Debug for ContainerWithoutFileOpts
impl Debug for ContainerWithoutFileOpts
Source§impl PartialEq for ContainerWithoutFileOpts
impl PartialEq for ContainerWithoutFileOpts
impl StructuralPartialEq for ContainerWithoutFileOpts
Auto Trait Implementations§
impl Freeze for ContainerWithoutFileOpts
impl RefUnwindSafe for ContainerWithoutFileOpts
impl Send for ContainerWithoutFileOpts
impl Sync for ContainerWithoutFileOpts
impl Unpin for ContainerWithoutFileOpts
impl UnwindSafe for ContainerWithoutFileOpts
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