Struct trust_dns_proto::error::not_openssl::SslErrorStack [−][src]
pub struct SslErrorStack;
Trait Implementations
impl Debug for SslErrorStack[src]
impl Debug for SslErrorStackfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Display for SslErrorStack[src]
impl Display for SslErrorStackfn fmt(&self, _: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, _: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Error for SslErrorStack[src]
impl Error for SslErrorStackfn 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<SslErrorStack> for ProtoError
impl From<SslErrorStack> for ProtoErrorfn from(e: SslErrorStack) -> Self
fn from(e: SslErrorStack) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for SslErrorStack
impl Send for SslErrorStackimpl Sync for SslErrorStack
impl Sync for SslErrorStack