Struct openssl::error::ErrorStack[][src]

pub struct ErrorStack(_);

Collection of Errors from OpenSSL.

Methods

impl ErrorStack
[src]

Returns the contents of the OpenSSL error stack.

Pushes the errors back onto the OpenSSL error stack.

impl ErrorStack
[src]

Important traits for &'a [u8]

Returns the errors in the stack.

Trait Implementations

impl Debug for ErrorStack
[src]

Formats the value using the given formatter. Read more

impl Clone for ErrorStack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for ErrorStack
[src]

Formats the value using the given formatter. Read more

impl Error for ErrorStack
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

impl From<ErrorStack> for Error
[src]

Performs the conversion.

impl From<ErrorStack> for Error
[src]

Performs the conversion.

impl From<ErrorStack> for Error
[src]

Performs the conversion.

impl<S> From<ErrorStack> for HandshakeError<S>
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ErrorStack

impl Sync for ErrorStack