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