Struct actix_web::ws::Frame [] [src]

pub struct Frame { /* fields omitted */ }

A struct representing a WebSocket frame.

Methods

impl Frame
[src]

[src]

Destruct frame

[src]

Create a new Close control frame.

[src]

Parse the input stream into a frame.

[src]

Generate binary representation

Trait Implementations

impl Debug for Frame
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Frame
[src]

[src]

Returns the "default value" for a type. Read more

impl Display for Frame
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for Frame

impl !Sync for Frame