Struct ntex_mqtt::v5::PublishAck [−][src]
pub struct PublishAck { /* fields omitted */ }
Expand description
Publish ack
Implementations
Create new PublishAck
instance from a reason code.
Set acknowledgement’s Reason Code
Update user properties
Set ack reason string
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PublishAck
impl Send for PublishAck
impl Sync for PublishAck
impl Unpin for PublishAck
impl UnwindSafe for PublishAck
Blanket Implementations
Mutably borrows from an owned value. Read more
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