Struct mqtt::packet::subscribe::SubscribePacketPayload
[−]
[src]
pub struct SubscribePacketPayload {
// some fields omitted
}Methods
impl SubscribePacketPayload[src]
fn new(subs: Vec<(TopicFilter, QualityOfService)>) -> SubscribePacketPayload
fn subscribes(&self) -> &[(TopicFilter, QualityOfService)]
Trait Implementations
impl PartialEq for SubscribePacketPayload[src]
fn eq(&self, __arg_0: &SubscribePacketPayload) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SubscribePacketPayload) -> bool
This method tests for !=.