Struct ntex_mqtt::v5::control::Disconnect [−][src]
pub struct Disconnect(_);
Implementations
impl Disconnect
[src]
impl Disconnect
[src]pub fn packet(&self) -> &Disconnect
[src]
Returns reference to dusconnect packet
pub fn ack(self) -> ControlResult
[src]
Ack disconnect message
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Disconnect
impl RefUnwindSafe for Disconnect
impl Send for Disconnect
impl Send for Disconnect
impl Sync for Disconnect
impl Sync for Disconnect
impl Unpin for Disconnect
impl Unpin for Disconnect
impl UnwindSafe for Disconnect
impl UnwindSafe for Disconnect
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