#[repr(u32)]pub enum MsIdentityType {
MachineHealthCheck,
IgnoreUserLookupFailure,
Unknown(u32),
}Variants§
Trait Implementations§
Source§impl Clone for MsIdentityType
impl Clone for MsIdentityType
Source§fn clone(&self) -> MsIdentityType
fn clone(&self) -> MsIdentityType
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 MsIdentityType
impl Debug for MsIdentityType
Source§impl From<MsIdentityType> for u32
impl From<MsIdentityType> for u32
Source§fn from(e: MsIdentityType) -> Self
fn from(e: MsIdentityType) -> Self
Converts to this type from the input type.
Source§impl From<u32> for MsIdentityType
impl From<u32> for MsIdentityType
Source§impl PartialEq for MsIdentityType
impl PartialEq for MsIdentityType
impl Copy for MsIdentityType
impl Eq for MsIdentityType
impl StructuralPartialEq for MsIdentityType
Auto Trait Implementations§
impl Freeze for MsIdentityType
impl RefUnwindSafe for MsIdentityType
impl Send for MsIdentityType
impl Sync for MsIdentityType
impl Unpin for MsIdentityType
impl UnwindSafe for MsIdentityType
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