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.

ILLEGAL_PARAMETER: SslAlert = SslAlert(ffi::SSL_AD_ILLEGAL_PARAMETER)

DECODE_ERROR: SslAlert = SslAlert(ffi::SSL_AD_DECODE_ERROR)

Trait Implementations

impl Debug for SslAlert
[src]

[src]

Formats the value using the given formatter. Read more

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

impl PartialEq for SslAlert
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for SslAlert
[src]

Auto Trait Implementations

impl Send for SslAlert

impl Sync for SslAlert