Enum podman_api::opts::ImageVolumeMode [−][src]
pub enum ImageVolumeMode {
Ignore,
Tmpfs,
Anonymous,
}
Expand description
Mode used to configure image volume with
image_volume_mode
.
Variants
Ignore
Do not create
Tmpfs
Create a tmpfs
Anonymous
Create as anonymous volumes
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ImageVolumeMode
impl Send for ImageVolumeMode
impl Sync for ImageVolumeMode
impl Unpin for ImageVolumeMode
impl UnwindSafe for ImageVolumeMode
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more