Struct openssl::ssl::SslAlert [−][src]
pub struct SslAlert(_);
An SSL/TLS alert.
Methods
impl SslAlert[src]
impl SslAlertpub 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 SslAlertfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for SslAlert[src]
impl Copy for SslAlertimpl Clone for SslAlert[src]
impl Clone for SslAlertfn clone(&self) -> SslAlert[src]
fn clone(&self) -> SslAlertReturns 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 SslAlertfn eq(&self, other: &SslAlert) -> bool[src]
fn eq(&self, other: &SslAlert) -> boolThis 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) -> boolThis method tests for !=.
impl Eq for SslAlert[src]
impl Eq for SslAlert