Struct c_ares::MXResults[][src]

pub struct MXResults { /* fields omitted */ }

The result of a successful MX lookup.

Methods

impl MXResults
[src]

Obtain an MXResults from the response to an MX lookup.

Important traits for MXResultsIter<'a>

Returns an iterator over the MXResult values in this MXResults.

Trait Implementations

impl Debug for MXResults
[src]

Formats the value using the given formatter. Read more

impl Display for MXResults
[src]

Formats the value using the given formatter. Read more

impl<'a> IntoIterator for &'a MXResults
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

impl Drop for MXResults
[src]

Executes the destructor for this type. Read more

impl Send for MXResults
[src]

impl Sync for MXResults
[src]