Struct ntex_mqtt::v5::codec::Unsubscribe [−][src]
pub struct Unsubscribe { pub packet_id: NonZeroU16, pub user_properties: UserProperties, pub topic_filters: Vec<ByteString>, }
Represents UNSUBSCRIBE packet
Fields
packet_id: NonZeroU16
Packet Identifier
user_properties: UserProperties
topic_filters: Vec<ByteString>
the list of Topic Filters that the Client wishes to unsubscribe from.
Trait Implementations
impl Clone for Unsubscribe
[src]
impl Clone for Unsubscribe
[src]fn clone(&self) -> Unsubscribe
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl From<Unsubscribe> for Packet
[src]
impl From<Unsubscribe> for Packet
[src]fn from(original: Unsubscribe) -> Packet
[src]
impl PartialEq<Unsubscribe> for Unsubscribe
[src]
impl PartialEq<Unsubscribe> for Unsubscribe
[src]fn eq(&self, other: &Unsubscribe) -> bool
[src]
fn ne(&self, other: &Unsubscribe) -> bool
[src]
impl StructuralPartialEq for Unsubscribe
[src]
impl StructuralPartialEq for Unsubscribe
[src]Auto Trait Implementations
impl RefUnwindSafe for Unsubscribe
impl RefUnwindSafe for Unsubscribe
impl Send for Unsubscribe
impl Send for Unsubscribe
impl Sync for Unsubscribe
impl Sync for Unsubscribe
impl Unpin for Unsubscribe
impl Unpin for Unsubscribe
impl UnwindSafe for Unsubscribe
impl UnwindSafe for Unsubscribe
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self