Struct openssl::error::ErrorStack
[−]
[src]
pub struct ErrorStack(_);
Collection of Errors from OpenSSL.
Methods
impl ErrorStack[src]
pub fn get() -> ErrorStack[src]
Returns the contents of the OpenSSL error stack.
impl ErrorStack[src]
Trait Implementations
impl Debug for ErrorStack[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for ErrorStack[src]
fn clone(&self) -> ErrorStack[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Display for ErrorStack[src]
fn fmt(&self, fmt: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Error for ErrorStack[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
The lower-level cause of this error, if any. Read more
impl From<ErrorStack> for Error[src]
fn from(e: ErrorStack) -> Error[src]
Performs the conversion.
impl From<ErrorStack> for Error[src]
fn from(_: ErrorStack) -> Error[src]
Performs the conversion.
impl From<ErrorStack> for Error[src]
fn from(e: ErrorStack) -> Error[src]
Performs the conversion.
impl<S> From<ErrorStack> for HandshakeError<S>[src]
fn from(e: ErrorStack) -> HandshakeError<S>[src]
Performs the conversion.