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 of UnknownError

The library reporting the error

The function reporting the error

The reason for the error

Methods

impl OpensslError
[src]

Trait Implementations

impl Debug for OpensslError
[src]

Formats the value using the given formatter. Read more

impl Clone for OpensslError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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 Eq for OpensslError
[src]

Auto Trait Implementations

impl Send for OpensslError

impl Sync for OpensslError