Struct c_ares::AResults[][src]

pub struct AResults { /* fields omitted */ }

The result of a successful A lookup.

Methods

impl AResults
[src]

Obtain an AResults from the response to an A lookup.

Important traits for AResultsIter<'a>

Returns an iterator over the AResult values in this AResults.

Trait Implementations

impl Clone for AResults
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AResults
[src]

impl Display for AResults
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for AResults

impl Sync for AResults