pub enum AuthType {
Invalid,
Open,
WpaPSK,
WEP,
S802_1X,
}
Expand description
Type of authentication used by an access point
Variants§
Trait Implementations§
Source§impl From<Credentials> for AuthType
impl From<Credentials> for AuthType
Source§fn from(cred: Credentials) -> Self
fn from(cred: Credentials) -> Self
Converts to this type from the input type.
impl Copy for AuthType
impl StructuralPartialEq for AuthType
Auto Trait Implementations§
impl Freeze for AuthType
impl RefUnwindSafe for AuthType
impl Send for AuthType
impl Sync for AuthType
impl Unpin for AuthType
impl UnwindSafe for AuthType
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