Struct ntex_mqtt::v3::client::control::Publish [−][src]
pub struct Publish(_);
Implementations
impl Publish
[src]
impl Publish
[src]pub fn packet(&self) -> &Publish
[src]
Returns reference to publish packet
pub fn packet_mut(&mut self) -> &mut Publish
[src]
Returns reference to publish packet
pub fn ack(self) -> ControlResult
[src]
Auto Trait Implementations
impl RefUnwindSafe for Publish
impl RefUnwindSafe for Publish
impl UnwindSafe for Publish
impl UnwindSafe for Publish
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