pub enum OperatingSystem {
Show 28 variants
Windows,
WindowsPhone,
MacOS,
IOS,
IPadOS,
Android,
Linux,
Ubuntu,
Fedora,
Debian,
ChromeOS,
BlackBerry,
Symbian,
WebOS,
Bada,
Tizen,
Nintendo,
PlayStation,
Xbox,
Wii,
FreeBSD,
OpenBSD,
Solaris,
AIX,
HPUX,
HarmonyOS,
KaiOS,
Unknown,
}Variants§
Windows
WindowsPhone
MacOS
IOS
IPadOS
Android
Linux
Ubuntu
Fedora
Debian
ChromeOS
BlackBerry
Symbian
WebOS
Bada
Tizen
Nintendo
PlayStation
Xbox
Wii
FreeBSD
OpenBSD
Solaris
AIX
HPUX
HarmonyOS
KaiOS
Unknown
Trait Implementations§
Source§impl Clone for OperatingSystem
impl Clone for OperatingSystem
Source§fn clone(&self) -> OperatingSystem
fn clone(&self) -> OperatingSystem
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OperatingSystem
impl Debug for OperatingSystem
Source§impl<'de> Deserialize<'de> for OperatingSystem
impl<'de> Deserialize<'de> for OperatingSystem
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for OperatingSystem
impl Hash for OperatingSystem
Source§impl PartialEq for OperatingSystem
impl PartialEq for OperatingSystem
Source§impl Serialize for OperatingSystem
impl Serialize for OperatingSystem
impl Eq for OperatingSystem
impl StructuralPartialEq for OperatingSystem
Auto Trait Implementations§
impl Freeze for OperatingSystem
impl RefUnwindSafe for OperatingSystem
impl Send for OperatingSystem
impl Sync for OperatingSystem
impl Unpin for OperatingSystem
impl UnwindSafe for OperatingSystem
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