Enum security_framework::secure_transport::ProtocolSide [] [src]

pub enum ProtocolSide {
    Server,
    Client,
}

Specifies a side of a TLS session.

Variants

The server side of the session.

The client side of the session.

Trait Implementations

impl Debug for ProtocolSide
[src]

Formats the value using the given formatter.

impl Copy for ProtocolSide
[src]

impl Clone for ProtocolSide
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more