Enum mqtt_async_client::client::SubscribeReturnCodes [−][src]
pub enum SubscribeReturnCodes {
Success(QoS),
Failure,
}Expand description
Subscribe return value.
Suback packets contain a Vec of those.
Variants
Success(QoS)Tuple Fields of Success
0: QoSTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SubscribeReturnCodes
impl Send for SubscribeReturnCodes
impl Sync for SubscribeReturnCodes
impl Unpin for SubscribeReturnCodes
impl UnwindSafe for SubscribeReturnCodes
Blanket Implementations
Mutably borrows from an owned value. Read more