pub struct PubrelPacket {
pub packet_id: u16,
}Expand description
PUBREL packet (QoS 2 step 2)
Fields§
§packet_id: u16Trait Implementations§
Source§impl Clone for PubrelPacket
impl Clone for PubrelPacket
Source§fn clone(&self) -> PubrelPacket
fn clone(&self) -> PubrelPacket
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 PubrelPacket
impl RefUnwindSafe for PubrelPacket
impl Send for PubrelPacket
impl Sync for PubrelPacket
impl Unpin for PubrelPacket
impl UnsafeUnpin for PubrelPacket
impl UnwindSafe for PubrelPacket
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