Enum inapi::Providers [] [src]

pub enum Providers {
    Apt,
    Dnf,
    Homebrew,
    Macports,
    Pkg,
    Ports,
    Yum,
    Nix,
}

Supported package providers.

Variants

Trait Implementations

impl ToString for Providers
[src]

[src]

Converts the given value to a String. Read more

impl From<String> for Providers
[src]

[src]

Performs the conversion.