pub enum AuthExchangeKind {
InitialConnect,
Reauthentication,
}Expand description
Identifies which MQTT 5 enhanced-authentication exchange is active.
Variants§
Trait Implementations§
Source§impl Clone for AuthExchangeKind
impl Clone for AuthExchangeKind
Source§fn clone(&self) -> AuthExchangeKind
fn clone(&self) -> AuthExchangeKind
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 AuthExchangeKind
impl Debug for AuthExchangeKind
Source§impl PartialEq for AuthExchangeKind
impl PartialEq for AuthExchangeKind
Source§fn eq(&self, other: &AuthExchangeKind) -> bool
fn eq(&self, other: &AuthExchangeKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AuthExchangeKind
impl Eq for AuthExchangeKind
impl StructuralPartialEq for AuthExchangeKind
Auto Trait Implementations§
impl Freeze for AuthExchangeKind
impl RefUnwindSafe for AuthExchangeKind
impl Send for AuthExchangeKind
impl Sync for AuthExchangeKind
impl Unpin for AuthExchangeKind
impl UnsafeUnpin for AuthExchangeKind
impl UnwindSafe for AuthExchangeKind
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