Enum docker_command::BaseCommand [−][src]
pub enum BaseCommand {
Docker,
SudoDocker,
Podman,
}
Expand description
Preset base commands that a Launcher
can be constructed from.
Variants
Docker
Docker without sudo.
SudoDocker
Docker with sudo.
Podman
Podman.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for BaseCommand
impl Send for BaseCommand
impl Sync for BaseCommand
impl Unpin for BaseCommand
impl UnwindSafe for BaseCommand
Blanket Implementations
Mutably borrows from an owned value. Read more