Struct openssl::ssl::SslAlert [−][src]
pub struct SslAlert(_);
An SSL/TLS alert.
Methods
impl SslAlert
[src]
impl SslAlert
pub const UNRECOGNIZED_NAME: SslAlert
UNRECOGNIZED_NAME: SslAlert = SslAlert(ffi::SSL_AD_UNRECOGNIZED_NAME)
Alert 112 - unrecognized_name
.
pub const ILLEGAL_PARAMETER: SslAlert
ILLEGAL_PARAMETER: SslAlert = SslAlert(ffi::SSL_AD_ILLEGAL_PARAMETER)
pub const DECODE_ERROR: SslAlert
DECODE_ERROR: SslAlert = SslAlert(ffi::SSL_AD_DECODE_ERROR)
Trait Implementations
impl Debug for SslAlert
[src]
impl Debug for SslAlert
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Copy for SslAlert
[src]
impl Copy for SslAlert
impl Clone for SslAlert
[src]
impl Clone for SslAlert
fn clone(&self) -> SslAlert
[src]
fn clone(&self) -> SslAlert
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl PartialEq for SslAlert
[src]
impl PartialEq for SslAlert
fn eq(&self, other: &SslAlert) -> bool
[src]
fn eq(&self, other: &SslAlert) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &SslAlert) -> bool
[src]
fn ne(&self, other: &SslAlert) -> bool
This method tests for !=
.
impl Eq for SslAlert
[src]
impl Eq for SslAlert