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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)