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