pub enum JoinAuth {
Open,
Wpa,
Wpa2,
Wpa3,
Wpa2Wpa3,
}
Expand description
Authentication type, used in JoinOptions::auth
.
Variants§
Trait Implementations§
impl Copy for JoinAuth
impl Eq for JoinAuth
impl StructuralPartialEq for JoinAuth
Auto Trait Implementations§
impl Freeze for JoinAuth
impl RefUnwindSafe for JoinAuth
impl Send for JoinAuth
impl Sync for JoinAuth
impl Unpin for JoinAuth
impl UnwindSafe for JoinAuth
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