pub struct PubRel {
pub pkid: u16,
}Expand description
Acknowledgement to pubrec
Fields§
§pkid: u16Implementations§
Trait Implementations§
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 UnsafeUnpin 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