Struct ntex_mqtt::v3::codec::LastWill [−][src]
Connection Will
Fields
qos: QoS
the QoS level to be used when publishing the Will Message.
retain: bool
the Will Message is to be Retained when it is published.
topic: ByteString
the Will Topic
message: Bytes
defines the Application Message that is to be published to the Will Topic
Trait Implementations
impl StructuralPartialEq for LastWill
[src]
impl StructuralPartialEq for LastWill
[src]Auto Trait Implementations
impl RefUnwindSafe for LastWill
impl RefUnwindSafe for LastWill
impl UnwindSafe for LastWill
impl UnwindSafe for LastWill
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