Enum ntex_mqtt::v5::codec::AuthReasonCode [−][src]
#[repr(u8)] pub enum AuthReasonCode { Success, ContinueAuth, ReAuth, }
AUTH reason codes
Variants
Trait Implementations
impl Clone for AuthReasonCode
[src]
impl Clone for AuthReasonCode
[src]fn clone(&self) -> AuthReasonCode
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for AuthReasonCode
[src]
impl Copy for AuthReasonCode
[src]impl Eq for AuthReasonCode
[src]
impl Eq for AuthReasonCode
[src]impl PartialEq<AuthReasonCode> for AuthReasonCode
[src]
impl PartialEq<AuthReasonCode> for AuthReasonCode
[src]impl StructuralEq for AuthReasonCode
[src]
impl StructuralEq for AuthReasonCode
[src]impl StructuralPartialEq for AuthReasonCode
[src]
impl StructuralPartialEq for AuthReasonCode
[src]Auto Trait Implementations
impl RefUnwindSafe for AuthReasonCode
impl RefUnwindSafe for AuthReasonCode
impl Send for AuthReasonCode
impl Send for AuthReasonCode
impl Sync for AuthReasonCode
impl Sync for AuthReasonCode
impl Unpin for AuthReasonCode
impl Unpin for AuthReasonCode
impl UnwindSafe for AuthReasonCode
impl UnwindSafe for AuthReasonCode
Blanket Implementations
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self