pub enum AuthenticationAlgorithm {
OpenSystem,
SharedKey,
FastBSSTransition,
SAE,
FILSSharedKeyWithoutPFS,
FILSSharedKeyWithPFS,
FILSPublicKey,
NetworkEAP,
Reserved(u16),
}
Variants§
Implementations§
Trait Implementations§
source§impl Debug for AuthenticationAlgorithm
impl Debug for AuthenticationAlgorithm
source§impl PartialEq<AuthenticationAlgorithm> for AuthenticationAlgorithm
impl PartialEq<AuthenticationAlgorithm> for AuthenticationAlgorithm
source§fn eq(&self, other: &AuthenticationAlgorithm) -> bool
fn eq(&self, other: &AuthenticationAlgorithm) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AuthenticationAlgorithm
Auto Trait Implementations§
impl RefUnwindSafe for AuthenticationAlgorithm
impl Send for AuthenticationAlgorithm
impl Sync for AuthenticationAlgorithm
impl Unpin for AuthenticationAlgorithm
impl UnwindSafe for AuthenticationAlgorithm
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