Enum openssl::ssl::error::OpensslError [] [src]

pub enum OpensslError {
    UnknownError {
        library: String,
        function: String,
        reason: String,
    },
}

An error from the OpenSSL library

Variants

An unknown error

Fields

The library reporting the error

The function reporting the error

The reason for the error

Methods

impl OpensslError
[src]

Trait Implementations

impl Eq for OpensslError
[src]

impl PartialEq for OpensslError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for OpensslError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OpensslError
[src]

Formats the value using the given formatter.