Struct trust_dns_proto::error::not_ring::Unspecified
source · pub struct Unspecified;
Expand description
The Unspecified error replacement
Trait Implementations§
source§impl Clone for Unspecified
impl Clone for Unspecified
source§fn clone(&self) -> Unspecified
fn clone(&self) -> Unspecified
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 Unspecified
impl Debug for Unspecified
source§impl Display for Unspecified
impl Display for Unspecified
source§impl Error for Unspecified
impl Error for Unspecified
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<Unspecified> for ProtoError
impl From<Unspecified> for ProtoError
source§fn from(e: Unspecified) -> Self
fn from(e: Unspecified) -> Self
Converts to this type from the input type.
source§impl From<Unspecified> for ProtoErrorKind
impl From<Unspecified> for ProtoErrorKind
source§fn from(source: Unspecified) -> Self
fn from(source: Unspecified) -> Self
Converts to this type from the input type.