pub struct ContainerWithoutUnixSocketOpts {
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§
impl StructuralPartialEq for ContainerWithoutUnixSocketOpts
Auto Trait Implementations§
impl Freeze for ContainerWithoutUnixSocketOpts
impl RefUnwindSafe for ContainerWithoutUnixSocketOpts
impl Send for ContainerWithoutUnixSocketOpts
impl Sync for ContainerWithoutUnixSocketOpts
impl Unpin for ContainerWithoutUnixSocketOpts
impl UnsafeUnpin for ContainerWithoutUnixSocketOpts
impl UnwindSafe for ContainerWithoutUnixSocketOpts
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