pub struct PubackRsp { /* private fields */ }Expand description
Response to the publish request, with QoS==1 representing the PUBACK packet.
Implementations§
source§impl PubackRsp
impl PubackRsp
sourcepub fn reason(&self) -> PubackReason
pub fn reason(&self) -> PubackReason
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.