Struct mux::Tdiscarded [] [src]

pub struct Tdiscarded {
    pub id: u32,
    pub msg: String,
}

Representation of a mux Tdiscarded frame.

A Tdiscarded frame is a marker message alerting the server that the client has discarded the Tdispatch issued with the associated id. This does not free the server from the obligation of replying to the origional request.

Fields

Stream id of the discarded Tdispatch request.

Reason for discarding the request.

Trait Implementations

impl PartialEq for Tdiscarded
[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 Tdiscarded
[src]

impl Debug for Tdiscarded
[src]

Formats the value using the given formatter.