#[non_exhaustive]pub enum Type {
Show 36 variants
Alpine,
Amazon,
Android,
Arch,
CentOS,
Debian,
DragonFly,
Emscripten,
EndeavourOS,
Fedora,
FreeBSD,
Garuda,
Gentoo,
HardenedBSD,
Illumos,
Linux,
Macos,
Manjaro,
Mariner,
MidnightBSD,
Mint,
NetBSD,
NixOS,
OpenBSD,
openSUSE,
OracleLinux,
Pop,
Raspbian,
Redhat,
RedHatEnterprise,
Redox,
Solus,
SUSE,
Ubuntu,
Unknown,
Windows,
}
Expand description
A list of supported operating system types.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Alpine
Alpine Linux (https://en.wikipedia.org/wiki/Alpine_Linux).
Amazon
Amazon Linux AMI (https://en.wikipedia.org/wiki/Amazon_Machine_Image#Amazon_Linux_AMI).
Android
Arch
Arch Linux (https://en.wikipedia.org/wiki/Arch_Linux).
CentOS
CentOS (https://en.wikipedia.org/wiki/CentOS).
Debian
Debian (https://en.wikipedia.org/wiki/Debian).
DragonFly
DragonFly BSD (https://en.wikipedia.org/wiki/DragonFly_BSD).
Emscripten
Emscripten (https://en.wikipedia.org/wiki/Emscripten).
EndeavourOS
EndeavourOS (https://en.wikipedia.org/wiki/EndeavourOS).
Fedora
FreeBSD
FreeBSD (https://en.wikipedia.org/wiki/FreeBSD).
Garuda
Garuda Linux (https://en.wikipedia.org/wiki/Garuda_Linux)
Gentoo
Gentoo Linux (https://en.wikipedia.org/wiki/Gentoo_Linux).
HardenedBSD
HardenedBSD (https://hardenedbsd.org/).
Illumos
Illumos (https://en.wikipedia.org/wiki/Illumos).
Linux
Linux based operating system (https://en.wikipedia.org/wiki/Linux).
Macos
Mac OS X/OS X/macOS (https://en.wikipedia.org/wiki/MacOS).
Manjaro
Manjaro (https://en.wikipedia.org/wiki/Manjaro).
Mariner
Mariner (https://en.wikipedia.org/wiki/CBL-Mariner).
MidnightBSD
MidnightBSD (https://en.wikipedia.org/wiki/MidnightBSD).
Mint
NetBSD
NetBSD (https://en.wikipedia.org/wiki/NetBSD).
NixOS
NixOS (https://en.wikipedia.org/wiki/NixOS).
OpenBSD
OpenBSD (https://en.wikipedia.org/wiki/OpenBSD).
openSUSE
openSUSE (https://en.wikipedia.org/wiki/OpenSUSE).
OracleLinux
Oracle Linux (https://en.wikipedia.org/wiki/Oracle_Linux).
Pop
Pop!_OS (https://en.wikipedia.org/wiki/Pop!_OS)
Raspbian
Raspberry Pi OS (https://en.wikipedia.org/wiki/Raspberry_Pi_OS).
Redhat
Red Hat Linux (https://en.wikipedia.org/wiki/Red_Hat_Linux).
RedHatEnterprise
Red Hat Enterprise Linux (https://en.wikipedia.org/wiki/Red_Hat_Enterprise_Linux).
Redox
Solus
SUSE
SUSE Linux Enterprise Server (https://en.wikipedia.org/wiki/SUSE_Linux_Enterprise).
Ubuntu
Unknown
Unknown operating system.