Struct jsonrpc_ws_server::RequestContext[][src]

pub struct RequestContext {
    pub session_id: SessionId,
    pub origin: Option<Origin>,
    pub protocols: Vec<String>,
    pub out: Sender,
    pub executor: TaskExecutor,
}
Expand description

Request context

Fields

session_id: SessionId

Session id

origin: Option<Origin>

Request Origin

protocols: Vec<String>

Requested protocols

out: Sender

Direct channel to send messages to a client.

executor: TaskExecutor

Remote to underlying event loop.

Implementations

Get this session as a Sink spawning a new future in the underlying event loop.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.