[][src]Struct mqtt_v5::types::PublishReleasePacket

pub struct PublishReleasePacket {
    pub packet_id: u16,
    pub reason_code: PublishReleaseReason,
    pub reason_string: Option<ReasonString>,
    pub user_properties: Vec<UserProperty>,
}

Fields

packet_id: u16reason_code: PublishReleaseReasonreason_string: Option<ReasonString>user_properties: Vec<UserProperty>

Trait Implementations

impl Debug for PublishReleasePacket[src]

impl PartialEq<PublishReleasePacket> for PublishReleasePacket[src]

impl PropertySize for PublishReleasePacket[src]

impl StructuralPartialEq for PublishReleasePacket[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.