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

pub struct ErrorStack(_);

Collection of Errors from OpenSSL.

Methods

impl ErrorStack
[src]

[src]

Returns the contents of the OpenSSL error stack.

[src]

Pushes the errors back onto the OpenSSL error stack.

impl ErrorStack
[src]

Important traits for &'a mut [u8]
[src]

Returns the errors in the stack.

Trait Implementations

impl Debug for ErrorStack
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ErrorStack
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for ErrorStack
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for ErrorStack
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl From<ErrorStack> for Error
[src]

[src]

Performs the conversion.

impl From<ErrorStack> for Error
[src]

[src]

Performs the conversion.

impl From<ErrorStack> for Error
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ErrorStack

impl Sync for ErrorStack