Struct openssl::error::ErrorStack [−][src]
pub struct ErrorStack(_);
Collection of Errors from OpenSSL.
Methods
impl ErrorStack[src]
impl ErrorStackpub fn get() -> ErrorStack[src]
pub fn get() -> ErrorStackReturns the contents of the OpenSSL error stack.
pub fn put(&self)[src]
pub fn put(&self)Pushes the errors back onto the OpenSSL error stack.
impl ErrorStack[src]
impl ErrorStackTrait Implementations
impl Debug for ErrorStack[src]
impl Debug for ErrorStackfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ErrorStack[src]
impl Clone for ErrorStackfn clone(&self) -> ErrorStack[src]
fn clone(&self) -> ErrorStackReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Display for ErrorStack[src]
impl Display for ErrorStackfn fmt(&self, fmt: &mut Formatter) -> Result[src]
fn fmt(&self, fmt: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for ErrorStack[src]
impl Error for ErrorStackfn description(&self) -> &str[src]
fn description(&self) -> &strThis method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>1.0.0[src]
fn cause(&self) -> Option<&Error>1.0.0
[src]The lower-level cause of this error, if any. Read more
impl From<ErrorStack> for Error[src]
impl From<ErrorStack> for Errorfn from(e: ErrorStack) -> Error[src]
fn from(e: ErrorStack) -> ErrorPerforms the conversion.
impl From<ErrorStack> for Error[src]
impl From<ErrorStack> for Errorfn from(_: ErrorStack) -> Error[src]
fn from(_: ErrorStack) -> ErrorPerforms the conversion.
impl From<ErrorStack> for Error[src]
impl From<ErrorStack> for Errorfn from(e: ErrorStack) -> Error[src]
fn from(e: ErrorStack) -> ErrorPerforms the conversion.
impl<S> From<ErrorStack> for HandshakeError<S>[src]
impl<S> From<ErrorStack> for HandshakeError<S>fn from(e: ErrorStack) -> HandshakeError<S>[src]
fn from(e: ErrorStack) -> HandshakeError<S>Performs the conversion.
Auto Trait Implementations
impl Send for ErrorStack
impl Send for ErrorStackimpl Sync for ErrorStack
impl Sync for ErrorStack