Struct c_ares::AResults [] [src]

pub struct AResults {
    // some fields omitted
}

The result of a successful A lookup.

Methods

impl AResults
[src]

Obtain an AResults from the response to an A lookup.

Returns the hostname from this AResults.

Returns an iterator over the AResult values in this AResults.

Trait Implementations

impl<'a> IntoIterator for &'a AResults
[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 AResults
[src]

A method called when the value goes out of scope. Read more

impl Send for AResults
[src]

impl Sync for AResults
[src]