Struct trust_dns_proto::error::not_openssl::SslErrorStack
source · pub struct SslErrorStack;
Expand description
SslErrorStac stub
Trait Implementations§
source§impl Clone for SslErrorStack
impl Clone for SslErrorStack
source§fn clone(&self) -> SslErrorStack
fn clone(&self) -> SslErrorStack
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SslErrorStack
impl Debug for SslErrorStack
source§impl Display for SslErrorStack
impl Display for SslErrorStack
source§impl Error for SslErrorStack
impl Error for SslErrorStack
source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
source§impl From<SslErrorStack> for ProtoError
impl From<SslErrorStack> for ProtoError
source§fn from(e: SslErrorStack) -> Self
fn from(e: SslErrorStack) -> Self
Converts to this type from the input type.
source§impl From<SslErrorStack> for ProtoErrorKind
impl From<SslErrorStack> for ProtoErrorKind
source§fn from(source: SslErrorStack) -> Self
fn from(source: SslErrorStack) -> Self
Converts to this type from the input type.