Struct trust_dns_resolver::error::ResolveError [−]
Methods
impl ResolveError
impl ResolveError
pub fn kind(&self) -> &ResolveErrorKind
pub fn kind(&self) -> &ResolveErrorKind
pub fn into_kind(self) -> ResolveErrorKind
pub fn into_kind(self) -> ResolveErrorKind
ⓘImportant traits for ErrorChainIter<'a>pub fn iter(&self) -> ErrorChainIter
ⓘImportant traits for ErrorChainIter<'a>
pub fn iter(&self) -> ErrorChainIter
pub fn backtrace(&self) -> &Backtrace
pub fn backtrace(&self) -> &Backtrace
Trait Implementations
impl Debug for ResolveError
impl Debug for ResolveError
impl Error for ResolveError
impl Error for ResolveError
fn description(&self) -> &str
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
fn cause(&self) -> Option<&Error>
The lower-level cause of this error, if any. Read more
impl Display for ResolveError
impl Display for ResolveError
impl From<ProtoError> for ResolveError
impl From<ProtoError> for ResolveError
fn from(e: ProtoError) -> Self
fn from(e: ProtoError) -> Self
Performs the conversion.
impl From<Error> for ResolveError
impl From<Error> for ResolveError
impl From<ResolveErrorKind> for ResolveError
impl From<ResolveErrorKind> for ResolveError
fn from(e: ResolveErrorKind) -> Self
fn from(e: ResolveErrorKind) -> Self
Performs the conversion.
impl<'a> From<&'a str> for ResolveError
impl<'a> From<&'a str> for ResolveError
impl From<String> for ResolveError
impl From<String> for ResolveError
impl Clone for ResolveError
[src]
impl Clone for ResolveError
fn clone(&self) -> Self
[src]
fn clone(&self) -> Self
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl From<ResolveError> for Error
[src]
impl From<ResolveError> for Error
fn from(e: ResolveError) -> Self
[src]
fn from(e: ResolveError) -> Self
Performs the conversion.
Auto Trait Implementations
impl Send for ResolveError
impl Send for ResolveError
impl !Sync for ResolveError
impl !Sync for ResolveError