pub struct PubAck {
pub topic_id: u16,
pub msg_id: u16,
pub code: ReturnCode,
}Fields§
§topic_id: u16§msg_id: u16§code: ReturnCodeTrait Implementations§
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