Struct poster::PubcompRsp
source · pub struct PubcompRsp { /* private fields */ }Expand description
Response to the publish request, with QoS==2 representing the PUBCOMP packet.
Implementations§
source§impl PubcompRsp
impl PubcompRsp
sourcepub fn reason(&self) -> PubcompReason
pub fn reason(&self) -> PubcompReason
Accesses reason value.
sourcepub fn reason_string(&self) -> Option<&str>
pub fn reason_string(&self) -> Option<&str>
Accesses reason string property.
sourcepub fn user_properties(&self) -> &UserProperties
pub fn user_properties(&self) -> &UserProperties
Accesses user properties.