pub enum Windows10EditionType {
Windows10ProfessionalWorkstationN,
Windows10ProfessionalWorkstation,
Windows10ProfessionalEducationN,
Windows10ProfessionalEducation,
Windows10ProfessionalN,
Windows10Professional,
Windows10HolographicEnterprise,
Windows10MobileEnterprise,
Windows10EducationN,
Windows10Education,
Windows10EnterpriseN,
Windows10Enterprise,
}
Variants§
Windows10ProfessionalWorkstationN
Windows10ProfessionalWorkstation
Windows10ProfessionalEducationN
Windows10ProfessionalEducation
Windows10ProfessionalN
Windows10Professional
Windows10HolographicEnterprise
Windows10MobileEnterprise
Windows10EducationN
Windows10Education
Windows10EnterpriseN
Windows10Enterprise
Trait Implementations§
Source§impl Clone for Windows10EditionType
impl Clone for Windows10EditionType
Source§fn clone(&self) -> Windows10EditionType
fn clone(&self) -> Windows10EditionType
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 Windows10EditionType
impl Debug for Windows10EditionType
Source§impl<'de> Deserialize<'de> for Windows10EditionType
impl<'de> Deserialize<'de> for Windows10EditionType
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 Windows10EditionType
impl Hash for Windows10EditionType
Source§impl Ord for Windows10EditionType
impl Ord for Windows10EditionType
Source§fn cmp(&self, other: &Windows10EditionType) -> Ordering
fn cmp(&self, other: &Windows10EditionType) -> 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 Windows10EditionType
impl PartialEq for Windows10EditionType
Source§impl PartialOrd for Windows10EditionType
impl PartialOrd for Windows10EditionType
Source§impl Serialize for Windows10EditionType
impl Serialize for Windows10EditionType
impl Eq for Windows10EditionType
impl StructuralPartialEq for Windows10EditionType
Auto Trait Implementations§
impl Freeze for Windows10EditionType
impl RefUnwindSafe for Windows10EditionType
impl Send for Windows10EditionType
impl Sync for Windows10EditionType
impl Unpin for Windows10EditionType
impl UnwindSafe for Windows10EditionType
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