[−][src]Struct mqtt_v5::types::SubscribePacket
Fields
packet_id: u16subscription_identifier: Option<SubscriptionIdentifier>user_properties: Vec<UserProperty>subscription_topics: Vec<SubscriptionTopic>Trait Implementations
impl Debug for SubscribePacket[src]
impl PartialEq<SubscribePacket> for SubscribePacket[src]
fn eq(&self, other: &SubscribePacket) -> bool[src]
fn ne(&self, other: &SubscribePacket) -> bool[src]
impl PropertySize for SubscribePacket[src]
fn property_size(&self) -> u32[src]
impl StructuralPartialEq for SubscribePacket[src]
Auto Trait Implementations
impl RefUnwindSafe for SubscribePacket
impl Send for SubscribePacket
impl Sync for SubscribePacket
impl Unpin for SubscribePacket
impl UnwindSafe for SubscribePacket
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,