pub struct Pubrel {
pub pid: Pid,
pub reason_code: PubrelReasonCode,
pub properties: PubrelProperties,
}
Expand description
Body type for PUBREL packet.
Fields§
§pid: Pid
§reason_code: PubrelReasonCode
§properties: PubrelProperties
Implementations§
Trait Implementations§
impl Eq for Pubrel
impl StructuralPartialEq for Pubrel
Auto Trait Implementations§
impl Freeze for Pubrel
impl RefUnwindSafe for Pubrel
impl Send for Pubrel
impl Sync for Pubrel
impl Unpin for Pubrel
impl UnwindSafe for Pubrel
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