pub struct PubackPacket {
pub packet_id: u16,
}Expand description
PUBACK packet (QoS 1 acknowledgment)
Fields§
§packet_id: u16Trait Implementations§
Source§impl Clone for PubackPacket
impl Clone for PubackPacket
Source§fn clone(&self) -> PubackPacket
fn clone(&self) -> PubackPacket
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for PubackPacket
impl RefUnwindSafe for PubackPacket
impl Send for PubackPacket
impl Sync for PubackPacket
impl Unpin for PubackPacket
impl UnsafeUnpin for PubackPacket
impl UnwindSafe for PubackPacket
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