Struct finchers_tungstenite::WsEndpoint[][src]

pub struct WsEndpoint { /* fields omitted */ }

An instance of Endpoint which handles the WebSocket handshake request.

Trait Implementations

impl Debug for WsEndpoint
[src]

Formats the value using the given formatter. Read more

impl Copy for WsEndpoint
[src]

impl Clone for WsEndpoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Endpoint<'a> for WsEndpoint
[src]

The inner type associated with this endpoint.

The type of value which will be returned from apply.

Perform checking the incoming HTTP request and returns an instance of the associated Future if matched. Read more

Add an annotation that the associated type Output is fixed to T.

Converts self using the provided Wrapper.

Auto Trait Implementations

impl Send for WsEndpoint

impl Sync for WsEndpoint