pub struct PubComp {
pub pkid: u16,
pub reason: PubCompReason,
pub properties: Option<PubCompProperties>,
}
Expand description
QoS2
Assured publish complete, in response to PUBREL packet
Fields§
§pkid: u16
§reason: PubCompReason
§properties: Option<PubCompProperties>
Implementations§
Trait Implementations§
impl Eq for PubComp
impl StructuralPartialEq for PubComp
Auto Trait Implementations§
impl Freeze for PubComp
impl RefUnwindSafe for PubComp
impl Send for PubComp
impl Sync for PubComp
impl Unpin for PubComp
impl UnwindSafe for PubComp
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more