Struct trust_dns_resolver::error::ResolveError [−][src]
pub struct ResolveError { /* fields omitted */ }
Expand description
The error type for errors that get returned in the crate
Implementations
Get the kind of the error
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ResolveError
impl Send for ResolveError
impl Sync for ResolveError
impl Unpin for ResolveError
impl !UnwindSafe for ResolveError
Blanket Implementations
Mutably borrows from an owned value. Read more