Struct c_ares::AAAAResults [] [src]

pub struct AAAAResults { /* fields omitted */ }

The result of a successful AAAA lookup.

Methods

impl AAAAResults
[src]

[src]

Obtain an AAAAResults from the response to an AAAA lookup.

Important traits for AAAAResultsIter<'a>
[src]

Returns an iterator over the AAAAResult values in this AAAAResults.

Trait Implementations

impl Clone for AAAAResults
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AAAAResults
[src]

impl Display for AAAAResults
[src]

[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?

[src]

Creates an iterator from a value. Read more

Auto Trait Implementations

impl Send for AAAAResults

impl Sync for AAAAResults