Enum mqtt_async_client::client::QoS [−][src]
pub enum QoS {
AtMostOnce,
AtLeastOnce,
ExactlyOnce,
}Expand description
Packet delivery Quality of Service level.
Variants
QoS 0. No ack needed.
QoS 1. One ack needed.
QoS 2. Two acks needed.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QoS
impl UnwindSafe for QoS
Blanket Implementations
Mutably borrows from an owned value. Read more