Struct trust_dns_proto::error::not_ring::Unspecified [−][src]
pub struct Unspecified;
Trait Implementations
impl Debug for Unspecified
[src]
impl Debug for Unspecified
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 Unspecified
[src]
impl Display for Unspecified
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 Unspecified
[src]
impl Error for Unspecified
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<Unspecified> for ProtoError
impl From<Unspecified> for ProtoError
fn from(e: Unspecified) -> Self
fn from(e: Unspecified) -> Self
Performs the conversion.
Auto Trait Implementations
impl Send for Unspecified
impl Send for Unspecified
impl Sync for Unspecified
impl Sync for Unspecified