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