Enum ntex_mqtt::v3::codec::SubscribeReturnCode [−][src]
pub enum SubscribeReturnCode {
Success(QoS),
Failure,
}
Expand description
Subscribe Return Code
Variants
Success(QoS)
Tuple Fields of Success
0: QoS
Trait 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 SubscribeReturnCode
impl Send for SubscribeReturnCode
impl Sync for SubscribeReturnCode
impl Unpin for SubscribeReturnCode
impl UnwindSafe for SubscribeReturnCode
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