[][src]Struct svc_agent::mqtt::OutgoingRequestProperties

pub struct OutgoingRequestProperties { /* fields omitted */ }

Methods

impl OutgoingRequestProperties[src]

pub fn new(
    method: &str,
    response_topic: &str,
    correlation_data: &str,
    short_term_timing: ShortTermTimingProperties
) -> Self
[src]

pub fn set_authn(&mut self, authn: AuthnProperties) -> &mut Self[src]

pub fn set_long_term_timing(
    &mut self,
    timing: LongTermTimingProperties
) -> &mut Self
[src]

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

Trait Implementations

impl OutgoingProperties for OutgoingRequestProperties[src]

impl Debug for OutgoingRequestProperties[src]

impl Serialize for OutgoingRequestProperties[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, 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]