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