pub struct ContainerWithoutDirectoryOpts {
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 PartialEq for ContainerWithoutDirectoryOpts
impl PartialEq for ContainerWithoutDirectoryOpts
Source§fn eq(&self, other: &ContainerWithoutDirectoryOpts) -> bool
fn eq(&self, other: &ContainerWithoutDirectoryOpts) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ContainerWithoutDirectoryOpts
Auto Trait Implementations§
impl Freeze for ContainerWithoutDirectoryOpts
impl RefUnwindSafe for ContainerWithoutDirectoryOpts
impl Send for ContainerWithoutDirectoryOpts
impl Sync for ContainerWithoutDirectoryOpts
impl Unpin for ContainerWithoutDirectoryOpts
impl UnwindSafe for ContainerWithoutDirectoryOpts
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