[][src]Struct svc_agent::mqtt::OutgoingMessage

pub struct OutgoingMessage<T, P> where
    T: Serialize,
    P: OutgoingProperties
{ /* fields omitted */ }

Methods

impl<T, P> OutgoingMessage<T, P> where
    T: Serialize,
    P: OutgoingProperties
[src]

pub fn properties(&self) -> &P[src]

Trait Implementations

impl<T, P> Publishable for OutgoingMessage<T, P> where
    T: Serialize,
    P: OutgoingProperties,
    OutgoingMessage<T, P>: IntoEnvelope
[src]

impl<T: Debug, P: Debug> Debug for OutgoingMessage<T, P> where
    T: Serialize,
    P: OutgoingProperties
[src]

Auto Trait Implementations

impl<T, P> Send for OutgoingMessage<T, P> where
    P: Send,
    T: Send

impl<T, P> Sync for OutgoingMessage<T, P> where
    P: Sync,
    T: Sync

impl<T, P> Unpin for OutgoingMessage<T, P> where
    P: Unpin,
    T: Unpin

impl<T, P> UnwindSafe for OutgoingMessage<T, P> where
    P: UnwindSafe,
    T: UnwindSafe

impl<T, P> RefUnwindSafe for OutgoingMessage<T, P> where
    P: RefUnwindSafe,
    T: RefUnwindSafe

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]