Struct ntex_mqtt::v3::control::Unsubscribe [−][src]
pub struct Unsubscribe { /* fields omitted */ }
Unsubscribe message
Implementations
impl Unsubscribe
[src]
impl Unsubscribe
[src]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Unsubscribe
impl RefUnwindSafe for Unsubscribe
impl Send for Unsubscribe
impl Send for Unsubscribe
impl Sync for Unsubscribe
impl Sync for Unsubscribe
impl Unpin for Unsubscribe
impl Unpin for Unsubscribe
impl UnwindSafe for Unsubscribe
impl UnwindSafe for Unsubscribe
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