pub enum DeviceEnrollmentType {
WindowsCoManagement,
WindowsBulkAzureDomainJoin,
WindowsAutoEnrollment,
WindowsBulkUserless,
WindowsAzureADJoin,
AppleBulkWithoutUser,
AppleBulkWithUser,
DeviceEnrollmentManager,
UserEnrollment,
Unknown,
}
Variants§
WindowsCoManagement
WindowsBulkAzureDomainJoin
WindowsAutoEnrollment
WindowsBulkUserless
WindowsAzureADJoin
AppleBulkWithoutUser
AppleBulkWithUser
DeviceEnrollmentManager
UserEnrollment
Unknown
Trait Implementations§
Source§impl Clone for DeviceEnrollmentType
impl Clone for DeviceEnrollmentType
Source§fn clone(&self) -> DeviceEnrollmentType
fn clone(&self) -> DeviceEnrollmentType
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 DeviceEnrollmentType
impl Debug for DeviceEnrollmentType
Source§impl<'de> Deserialize<'de> for DeviceEnrollmentType
impl<'de> Deserialize<'de> for DeviceEnrollmentType
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 DeviceEnrollmentType
impl Hash for DeviceEnrollmentType
Source§impl Ord for DeviceEnrollmentType
impl Ord for DeviceEnrollmentType
Source§fn cmp(&self, other: &DeviceEnrollmentType) -> Ordering
fn cmp(&self, other: &DeviceEnrollmentType) -> 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 DeviceEnrollmentType
impl PartialEq for DeviceEnrollmentType
Source§impl PartialOrd for DeviceEnrollmentType
impl PartialOrd for DeviceEnrollmentType
Source§impl Serialize for DeviceEnrollmentType
impl Serialize for DeviceEnrollmentType
impl Eq for DeviceEnrollmentType
impl StructuralPartialEq for DeviceEnrollmentType
Auto Trait Implementations§
impl Freeze for DeviceEnrollmentType
impl RefUnwindSafe for DeviceEnrollmentType
impl Send for DeviceEnrollmentType
impl Sync for DeviceEnrollmentType
impl Unpin for DeviceEnrollmentType
impl UnwindSafe for DeviceEnrollmentType
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