Struct c_ares::AAAAResults [] [src]

pub struct AAAAResults { /* fields omitted */ }

The result of a successful AAAA lookup.

Methods

impl AAAAResults
[src]

Obtain an AAAAResults from the response to an AAAA lookup.

Returns an iterator over the AAAAResult values in this AAAAResults.

Trait Implementations

impl Clone for AAAAResults
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AAAAResults
[src]

impl Display for AAAAResults
[src]

Formats the value using the given formatter. Read more

impl<'a> IntoIterator for &'a AAAAResults
[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