Enum ntex_mqtt::v5::codec::PublishAckReason [−][src]
#[repr(u8)]
pub enum PublishAckReason {
Success,
NoMatchingSubscribers,
UnspecifiedError,
ImplementationSpecificError,
NotAuthorized,
TopicNameInvalid,
PacketIdentifierInUse,
ReceiveMaximumExceeded,
QuotaExceeded,
PayloadFormatInvalid,
}
Expand description
PUBACK / PUBREC reason codes
Variants
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for PublishAckReason
impl Send for PublishAckReason
impl Sync for PublishAckReason
impl Unpin for PublishAckReason
impl UnwindSafe for PublishAckReason
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key
and return true
if they are equal.
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more