Struct c_ares::PTRResults [] [src]

pub struct PTRResults {
    // some fields omitted
}

The result of a successful PTR lookup.

Methods

impl PTRResults
[src]

Obtain a PTRResults from the response to a PTR lookup.

Returns an iterator over the PTRResult values in this PTRResults.

Trait Implementations

impl Debug for PTRResults
[src]

Formats the value using the given formatter.

impl Display for PTRResults
[src]

Formats the value using the given formatter.

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

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

impl Send for PTRResults
[src]

impl Sync for PTRResults
[src]