Struct openssl::ssl::Error [−][src]
pub struct Error { /* fields omitted */ }An SSL error.
Methods
impl Error[src]
impl Errorpub fn code(&self) -> ErrorCode[src]
pub fn code(&self) -> ErrorCodepub fn io_error(&self) -> Option<&Error>[src]
pub fn io_error(&self) -> Option<&Error>pub fn into_io_error(self) -> Result<Error, Error>[src]
pub fn into_io_error(self) -> Result<Error, Error>pub fn ssl_error(&self) -> Option<&ErrorStack>[src]
pub fn ssl_error(&self) -> Option<&ErrorStack>Trait Implementations
impl Debug for Error[src]
impl Debug for Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<ErrorStack> for Error[src]
impl From<ErrorStack> for Errorfn from(e: ErrorStack) -> Error[src]
fn from(e: ErrorStack) -> ErrorPerforms the conversion.
impl Display for Error[src]
impl Display for Errorfn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for Error[src]
impl Error for Error