Struct trust_dns_resolver::error::ResolveError[]

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

Methods

impl ResolveError

Important traits for ErrorChainIter<'a>

Trait Implementations

impl Debug for ResolveError

Formats the value using the given formatter. Read more

impl Error for ResolveError

This method is soft-deprecated. 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]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<ResolveError> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ResolveError

impl !Sync for ResolveError