[][src]Struct caminos_lib::traffic::Reactive

pub struct Reactive { /* fields omitted */ }

Has a major traffic action_traffic generated normally. When a message from this action_traffic is consumed, the reaction_traffic is requested for a message. This reaction message will be generated by the server that consumed the action message. The destination of the reaction message is independent of the origin of the action message.

Implementations

impl Reactive[src]

Trait Implementations

impl Debug for Reactive[src]

impl Quantifiable for Reactive[src]

impl Traffic for Reactive[src]

Auto Trait Implementations

impl !RefUnwindSafe for Reactive

impl !Send for Reactive

impl !Sync for Reactive

impl Unpin for Reactive

impl !UnwindSafe for Reactive

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.