pub enum AuthReasonCode {
Success,
Continue,
ReAuthenticate,
}Expand description
Auth packet reason code
Variants§
Trait Implementations§
Source§impl Clone for AuthReasonCode
impl Clone for AuthReasonCode
Source§fn clone(&self) -> AuthReasonCode
fn clone(&self) -> AuthReasonCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AuthReasonCode
impl Debug for AuthReasonCode
Source§impl PartialEq for AuthReasonCode
impl PartialEq for AuthReasonCode
Source§fn eq(&self, other: &AuthReasonCode) -> bool
fn eq(&self, other: &AuthReasonCode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AuthReasonCode
impl StructuralPartialEq for AuthReasonCode
Auto Trait Implementations§
impl Freeze for AuthReasonCode
impl RefUnwindSafe for AuthReasonCode
impl Send for AuthReasonCode
impl Sync for AuthReasonCode
impl Unpin for AuthReasonCode
impl UnsafeUnpin for AuthReasonCode
impl UnwindSafe for AuthReasonCode
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