Struct trust_dns_proto::error::ProtoError[]

pub struct ProtoError(pub ProtoErrorKind, pub (Option<Box<Error + Send>>, Arc<Backtrace>));

Methods

impl ProtoError

Trait Implementations

impl Debug for ProtoError

Formats the value using the given formatter. Read more

impl Error for ProtoError

This method is soft-deprecated. Read more

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

impl Display for ProtoError

Formats the value using the given formatter. Read more

impl From<Error> for ProtoError

Performs the conversion.

impl From<AddrParseError> for ProtoError

Performs the conversion.

impl From<ParseIntError> for ProtoError

Performs the conversion.

impl From<Utf8Error> for ProtoError

Performs the conversion.

impl From<FromUtf8Error> for ProtoError

Performs the conversion.

impl From<SslErrorStack> for ProtoError

Performs the conversion.

impl From<Unspecified> for ProtoError

Performs the conversion.

impl From<ParseError> for ProtoError

Performs the conversion.

impl From<TimerError> for ProtoError

Performs the conversion.

impl From<ProtoErrorKind> for ProtoError

Performs the conversion.

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

Performs the conversion.

impl From<String> for ProtoError

Performs the conversion.

impl From<ProtoError> for Error
[src]

Performs the conversion.

impl Clone for ProtoError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ProtoError

impl !Sync for ProtoError