Struct mux::Rdispatch [] [src]

pub struct Rdispatch {
    pub contexts: Contexts,
    pub msg: Rmsg,
}

Representation of a mux Rdispatch frame.

Fields

Context information associated with this request.

Response of the dispatch request.

Trait Implementations

impl PartialEq for Rdispatch
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Rdispatch
[src]

impl Debug for Rdispatch
[src]

Formats the value using the given formatter.