Struct c_ares::NAPTRResults [] [src]

pub struct NAPTRResults { /* fields omitted */ }

The result of a successful NAPTR lookup.

Methods

impl NAPTRResults
[src]

Obtain a NAPTRResults from the response to a NAPTR lookup.

Returns an iterator over the NAPTRResult values in this NAPTRResults.

Trait Implementations

impl Debug for NAPTRResults
[src]

Formats the value using the given formatter.

impl Display for NAPTRResults
[src]

Formats the value using the given formatter. Read more

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

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

impl Send for NAPTRResults
[src]

impl Sync for NAPTRResults
[src]