[][src]Struct svc_agent::mqtt::IncomingRequestProperties

pub struct IncomingRequestProperties { /* fields omitted */ }

Methods

impl IncomingRequestProperties[src]

pub fn method(&self) -> &str[src]

pub fn correlation_data(&self) -> &str[src]

pub fn response_topic(&self) -> &str[src]

pub fn broker(&self) -> &BrokerProperties[src]

pub fn to_connection(&self) -> Connection[src]

pub fn to_event(
    &self,
    label: &'static str,
    short_term_timing: ShortTermTimingProperties
) -> OutgoingEventProperties
[src]

pub fn to_request(
    &self,
    method: &str,
    response_topic: &str,
    correlation_data: &str,
    short_term_timing: ShortTermTimingProperties
) -> OutgoingRequestProperties
[src]

pub fn to_response(
    &self,
    status: ResponseStatus,
    short_term_timing: ShortTermTimingProperties
) -> OutgoingResponseProperties
[src]

Trait Implementations

impl Addressable for IncomingRequestProperties[src]

impl Clone for IncomingRequestProperties[src]

impl Debug for IncomingRequestProperties[src]

impl Authenticable for IncomingRequestProperties[src]

impl Serialize for IncomingRequestProperties[src]

impl<'de> Deserialize<'de> for IncomingRequestProperties[src]

Auto Trait Implementations

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]