pub enum OSType {
Show 13 variants
Unknown,
Redhat,
OSX,
Ubuntu,
Debian,
Arch,
Manjaro,
CentOS,
OpenSUSE,
Alpine,
Deepin,
NixOS,
Kali,
}Expand description
A list of supported operating system types
Variants§
Trait Implementations§
impl StructuralPartialEq for OSType
Auto Trait Implementations§
impl Freeze for OSType
impl RefUnwindSafe for OSType
impl Send for OSType
impl Sync for OSType
impl Unpin for OSType
impl UnwindSafe for OSType
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