pub struct PubRec {
pub pkid: u16,
}
Expand description
Acknowledgement to QoS2 publish
Fields§
§pkid: u16
Implementations§
Trait Implementations§
impl Eq for PubRec
impl StructuralPartialEq for PubRec
Auto Trait Implementations§
impl Freeze for PubRec
impl RefUnwindSafe for PubRec
impl Send for PubRec
impl Sync for PubRec
impl Unpin for PubRec
impl UnwindSafe for PubRec
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