[][src]Enum graph_rs_types::enumtypes::ManagementAgentType

pub enum ManagementAgentType {
    GoogleCloudDevicePolicyController,
    Jamf,
    Unknown,
    ConfigurationManagerClientMdmEas,
    ConfigurationManagerClientMdm,
    ConfigurationManagerClient,
    EasIntuneClient,
    IntuneClient,
    EasMdm,
    Mdm,
    Eas,
}

Variants

GoogleCloudDevicePolicyControllerJamfUnknownConfigurationManagerClientMdmEasConfigurationManagerClientMdmConfigurationManagerClientEasIntuneClientIntuneClientEasMdmMdmEas

Trait Implementations

impl Eq for ManagementAgentType[src]

impl Clone for ManagementAgentType[src]

impl PartialOrd<ManagementAgentType> for ManagementAgentType[src]

impl Ord for ManagementAgentType[src]

impl PartialEq<ManagementAgentType> for ManagementAgentType[src]

impl Hash for ManagementAgentType[src]

impl Debug for ManagementAgentType[src]

impl Serialize for ManagementAgentType[src]

impl<'de> Deserialize<'de> for ManagementAgentType[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]