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