[][src]Trait svc_agent::mqtt::OutgoingProperties

pub trait OutgoingProperties {
    fn message_type(&self) -> &'static str;
fn qos(&self) -> QoS;
fn response_topic(&self) -> Option<&str>; }

Required methods

fn message_type(&self) -> &'static str

fn qos(&self) -> QoS

fn response_topic(&self) -> Option<&str>

Loading content...

Implementors

impl OutgoingProperties for OutgoingEventProperties[src]

impl OutgoingProperties for OutgoingRequestProperties[src]

impl OutgoingProperties for OutgoingResponseProperties[src]

Loading content...