pub enum WindowsDeviceType {
Team,
Holographic,
Mobile,
Desktop,
None,
True,
}
Variants§
Trait Implementations§
Source§impl Clone for WindowsDeviceType
impl Clone for WindowsDeviceType
Source§fn clone(&self) -> WindowsDeviceType
fn clone(&self) -> WindowsDeviceType
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 WindowsDeviceType
impl Debug for WindowsDeviceType
Source§impl<'de> Deserialize<'de> for WindowsDeviceType
impl<'de> Deserialize<'de> for WindowsDeviceType
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 WindowsDeviceType
impl Hash for WindowsDeviceType
Source§impl Ord for WindowsDeviceType
impl Ord for WindowsDeviceType
Source§fn cmp(&self, other: &WindowsDeviceType) -> Ordering
fn cmp(&self, other: &WindowsDeviceType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WindowsDeviceType
impl PartialEq for WindowsDeviceType
Source§impl PartialOrd for WindowsDeviceType
impl PartialOrd for WindowsDeviceType
Source§impl Serialize for WindowsDeviceType
impl Serialize for WindowsDeviceType
impl Eq for WindowsDeviceType
impl StructuralPartialEq for WindowsDeviceType
Auto Trait Implementations§
impl Freeze for WindowsDeviceType
impl RefUnwindSafe for WindowsDeviceType
impl Send for WindowsDeviceType
impl Sync for WindowsDeviceType
impl Unpin for WindowsDeviceType
impl UnwindSafe for WindowsDeviceType
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