Struct openssl::ssl::SslAlert [] [src]

pub struct SslAlert(_);

An SSL/TLS alert.

Methods

impl SslAlert
[src]

UNRECOGNIZED_NAME: SslAlert = SslAlert(ffi::SSL_AD_UNRECOGNIZED_NAME)

Alert 112 - unrecognized_name.

Trait Implementations

impl Debug for SslAlert
[src]

[src]

Formats the value using the given formatter.

impl Copy for SslAlert
[src]

impl Clone for SslAlert
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more