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]
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