pub struct ContainerWithMountedVolumeOpts {
pub expand: Option<bool>,
pub read_only: 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”).
read_only: Option<bool>Mount the volume read-only.
Trait Implementations§
impl StructuralPartialEq for ContainerWithMountedVolumeOpts
Auto Trait Implementations§
impl Freeze for ContainerWithMountedVolumeOpts
impl RefUnwindSafe for ContainerWithMountedVolumeOpts
impl Send for ContainerWithMountedVolumeOpts
impl Sync for ContainerWithMountedVolumeOpts
impl Unpin for ContainerWithMountedVolumeOpts
impl UnsafeUnpin for ContainerWithMountedVolumeOpts
impl UnwindSafe for ContainerWithMountedVolumeOpts
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