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