Struct trust_dns::error::ClientError []

pub struct ClientError(pub ErrorKind, pub (Option<Box<Error + Send>>, Arc<Backtrace>));

Methods

impl Error

Trait Implementations

impl Debug for Error

Formats the value using the given formatter.

impl Error for Error

A short description of the error. Read more

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

impl Display for Error

Formats the value using the given formatter. Read more

impl From<Error> for Error

Performs the conversion.

impl From<Error> for Error

Performs the conversion.

impl From<DnsSecError> for Error

Performs the conversion.

impl From<Error> for Error

Performs the conversion.

impl From<SslErrorStack> for Error

Performs the conversion.

impl From<ErrorKind> for Error

Performs the conversion.

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

Performs the conversion.

impl From<String> for Error

Performs the conversion.

impl From<()> for Error
[src]

Performs the conversion.

impl From<Canceled> for Error
[src]

Performs the conversion.

impl<T> From<SendError<T>> for Error
[src]

Performs the conversion.

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> From<&'a Error> for Error
[src]

Performs the conversion.