Enum esp_idf_svc::wifi::AuthMethod
source · pub enum AuthMethod {
None,
WEP,
WPA,
WPA2Personal,
WPAWPA2Personal,
WPA2Enterprise,
WPA3Personal,
WPA2WPA3Personal,
WAPIPersonal,
}
Variants§
None
WEP
WPA
WPA2Personal
WPAWPA2Personal
WPA2Enterprise
WPA3Personal
WPA2WPA3Personal
WAPIPersonal
Trait Implementations§
source§impl<O> BitAnd<O> for AuthMethodwhere
O: Into<EnumSet<AuthMethod>>,
impl<O> BitAnd<O> for AuthMethodwhere
O: Into<EnumSet<AuthMethod>>,
§type Output = EnumSet<AuthMethod>
type Output = EnumSet<AuthMethod>
The resulting type after applying the
&
operator.source§fn bitand(self, other: O) -> <AuthMethod as BitAnd<O>>::Output
fn bitand(self, other: O) -> <AuthMethod as BitAnd<O>>::Output
Performs the
&
operation. Read moresource§impl<O> BitOr<O> for AuthMethodwhere
O: Into<EnumSet<AuthMethod>>,
impl<O> BitOr<O> for AuthMethodwhere
O: Into<EnumSet<AuthMethod>>,
§type Output = EnumSet<AuthMethod>
type Output = EnumSet<AuthMethod>
The resulting type after applying the
|
operator.source§fn bitor(self, other: O) -> <AuthMethod as BitOr<O>>::Output
fn bitor(self, other: O) -> <AuthMethod as BitOr<O>>::Output
Performs the
|
operation. Read moresource§impl<O> BitXor<O> for AuthMethodwhere
O: Into<EnumSet<AuthMethod>>,
impl<O> BitXor<O> for AuthMethodwhere
O: Into<EnumSet<AuthMethod>>,
§type Output = EnumSet<AuthMethod>
type Output = EnumSet<AuthMethod>
The resulting type after applying the
^
operator.source§fn bitxor(self, other: O) -> <AuthMethod as BitXor<O>>::Output
fn bitxor(self, other: O) -> <AuthMethod as BitXor<O>>::Output
Performs the
^
operation. Read moresource§impl Clone for AuthMethod
impl Clone for AuthMethod
source§fn clone(&self) -> AuthMethod
fn clone(&self) -> AuthMethod
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AuthMethod
impl Debug for AuthMethod
source§impl Default for AuthMethod
impl Default for AuthMethod
source§fn default() -> AuthMethod
fn default() -> AuthMethod
Returns the “default value” for a type. Read more
source§impl Not for AuthMethod
impl Not for AuthMethod
§type Output = EnumSet<AuthMethod>
type Output = EnumSet<AuthMethod>
The resulting type after applying the
!
operator.source§fn not(self) -> <AuthMethod as Not>::Output
fn not(self) -> <AuthMethod as Not>::Output
Performs the unary
!
operation. Read moresource§impl PartialEq<EnumSet<AuthMethod>> for AuthMethod
impl PartialEq<EnumSet<AuthMethod>> for AuthMethod
source§fn eq(&self, other: &EnumSet<AuthMethod>) -> bool
fn eq(&self, other: &EnumSet<AuthMethod>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialEq for AuthMethod
impl PartialEq for AuthMethod
source§impl PartialOrd for AuthMethod
impl PartialOrd for AuthMethod
source§impl<O> Sub<O> for AuthMethodwhere
O: Into<EnumSet<AuthMethod>>,
impl<O> Sub<O> for AuthMethodwhere
O: Into<EnumSet<AuthMethod>>,
§type Output = EnumSet<AuthMethod>
type Output = EnumSet<AuthMethod>
The resulting type after applying the
-
operator.source§fn sub(self, other: O) -> <AuthMethod as Sub<O>>::Output
fn sub(self, other: O) -> <AuthMethod as Sub<O>>::Output
Performs the
-
operation. Read moreimpl Copy for AuthMethod
impl EnumSetType for AuthMethod
impl Eq for AuthMethod
Auto Trait Implementations§
impl Freeze for AuthMethod
impl RefUnwindSafe for AuthMethod
impl Send for AuthMethod
impl Sync for AuthMethod
impl Unpin for AuthMethod
impl UnwindSafe for AuthMethod
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)