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