Struct tungstenite::handshake::client::ClientHandshake[][src]

pub struct ClientHandshake<S> { /* fields omitted */ }

Client handshake role.

Methods

impl<S: Read + Write> ClientHandshake<S>
[src]

Initiate a client handshake.

Trait Implementations

impl<S: Debug> Debug for ClientHandshake<S>
[src]

Formats the value using the given formatter. Read more

impl<S: Read + Write> HandshakeRole for ClientHandshake<S>
[src]

Auto Trait Implementations

impl<S> Send for ClientHandshake<S> where
    S: Send

impl<S> Sync for ClientHandshake<S> where
    S: Sync