Enum ntex_mqtt::v3::codec::SubscribeReturnCode [−][src]
pub enum SubscribeReturnCode { Success(QoS), Failure, }
Subscribe Return Code
Variants
Success(QoS)
Trait Implementations
impl Clone for SubscribeReturnCode
[src]
impl Clone for SubscribeReturnCode
[src]fn clone(&self) -> SubscribeReturnCode
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for SubscribeReturnCode
[src]
impl Copy for SubscribeReturnCode
[src]impl PartialEq<SubscribeReturnCode> for SubscribeReturnCode
[src]
impl PartialEq<SubscribeReturnCode> for SubscribeReturnCode
[src]fn eq(&self, other: &SubscribeReturnCode) -> bool
[src]
fn ne(&self, other: &SubscribeReturnCode) -> bool
[src]
Auto Trait Implementations
impl RefUnwindSafe for SubscribeReturnCode
impl RefUnwindSafe for SubscribeReturnCode
impl Send for SubscribeReturnCode
impl Send for SubscribeReturnCode
impl Sync for SubscribeReturnCode
impl Sync for SubscribeReturnCode
impl Unpin for SubscribeReturnCode
impl Unpin for SubscribeReturnCode
impl UnwindSafe for SubscribeReturnCode
impl UnwindSafe for SubscribeReturnCode
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self