Struct openssl::error::ErrorStack [−][src]
pub struct ErrorStack(_);
Collection of Errors from OpenSSL.
Implementations
impl ErrorStack[src]
impl ErrorStack[src]pub fn get() -> ErrorStack[src]
Returns the contents of the OpenSSL error stack.
pub fn put(&self)[src]
Pushes the errors back onto the OpenSSL error stack.
Trait Implementations
impl Clone for ErrorStack[src]
impl Clone for ErrorStack[src]fn clone(&self) -> ErrorStack[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Error for ErrorStack[src]
impl Error for ErrorStack[src]impl From<ErrorStack> for Error[src]
impl From<ErrorStack> for Error[src]fn from(e: ErrorStack) -> Error[src]
impl From<ErrorStack> for Error[src]
impl From<ErrorStack> for Error[src]fn from(_: ErrorStack) -> Error[src]
impl From<ErrorStack> for Error[src]
impl From<ErrorStack> for Error[src]fn from(e: ErrorStack) -> Error[src]
impl<S> From<ErrorStack> for HandshakeError<S>[src]
impl<S> From<ErrorStack> for HandshakeError<S>[src]