Enum security_framework::secure_transport::ProtocolSide
[−]
[src]
pub enum ProtocolSide { Server, Client, }
Specifies a side of a TLS session.
Variants
Server
The server side of the session.
Client
The client side of the session.
Trait Implementations
impl Debug for ProtocolSide
[src]
impl Copy for ProtocolSide
[src]
impl Clone for ProtocolSide
[src]
fn clone(&self) -> ProtocolSide
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more