pub struct PubComp {
pub pkid: u16,
}Expand description
Acknowledgement to QoS1 publish
Fields§
§pkid: u16Implementations§
Trait Implementations§
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