Enum tungstenite::stream::Mode [] [src]

pub enum Mode {
    Plain,
    Tls,
}

Stream mode, either plain TCP or TLS.

Variants

Trait Implementations

impl Clone for Mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Mode
[src]