[][src]Enum graph_rs_types::enumtypes::Windows10EditionType

pub enum Windows10EditionType {
    Windows10ProfessionalWorkstationN,
    Windows10ProfessionalWorkstation,
    Windows10ProfessionalEducationN,
    Windows10ProfessionalEducation,
    Windows10ProfessionalN,
    Windows10Professional,
    Windows10HolographicEnterprise,
    Windows10MobileEnterprise,
    Windows10EducationN,
    Windows10Education,
    Windows10EnterpriseN,
    Windows10Enterprise,
}

Variants

Windows10ProfessionalWorkstationNWindows10ProfessionalWorkstationWindows10ProfessionalEducationNWindows10ProfessionalEducationWindows10ProfessionalNWindows10ProfessionalWindows10HolographicEnterpriseWindows10MobileEnterpriseWindows10EducationNWindows10EducationWindows10EnterpriseNWindows10Enterprise

Trait Implementations

impl Eq for Windows10EditionType[src]

impl Clone for Windows10EditionType[src]

impl PartialOrd<Windows10EditionType> for Windows10EditionType[src]

impl Ord for Windows10EditionType[src]

impl PartialEq<Windows10EditionType> for Windows10EditionType[src]

impl Hash for Windows10EditionType[src]

impl Debug for Windows10EditionType[src]

impl Serialize for Windows10EditionType[src]

impl<'de> Deserialize<'de> for Windows10EditionType[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]