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