Struct trust_dns_resolver::error::ResolveError []

pub struct ResolveError(pub ResolveErrorKind, pub (Option<Box<Error + Send>>, Arc<Backtrace>));

Methods

impl ResolveError

Trait Implementations

impl Debug for ResolveError

Formats the value using the given formatter.

impl Error for ResolveError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for ResolveError

Formats the value using the given formatter. Read more

impl From<ProtoError> for ResolveError

Performs the conversion.

impl From<Error> for ResolveError

Performs the conversion.

impl From<ResolveErrorKind> for ResolveError

Performs the conversion.

impl<'a> From<&'a str> for ResolveError

Performs the conversion.

impl From<String> for ResolveError

Performs the conversion.

impl Clone for ResolveError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more