pub enum AuthRejectedReason {
AuthFailed,
TooManyRetries,
PmksaExpired,
}
Variants§
AuthFailed
Unable to generate a PMK with the peer.
TooManyRetries
The peer never responded or sent too many invalid responses.
PmksaExpired
Association took too long, and the PMKSA has expired.
Trait Implementations§
Source§impl Clone for AuthRejectedReason
impl Clone for AuthRejectedReason
Source§fn clone(&self) -> AuthRejectedReason
fn clone(&self) -> AuthRejectedReason
Returns a copy 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 AuthRejectedReason
impl Debug for AuthRejectedReason
Source§impl PartialEq for AuthRejectedReason
impl PartialEq for AuthRejectedReason
impl Copy for AuthRejectedReason
impl StructuralPartialEq for AuthRejectedReason
Auto Trait Implementations§
impl Freeze for AuthRejectedReason
impl RefUnwindSafe for AuthRejectedReason
impl Send for AuthRejectedReason
impl Sync for AuthRejectedReason
impl Unpin for AuthRejectedReason
impl UnwindSafe for AuthRejectedReason
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§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
)