Struct c_ares::SRVResults [] [src]

pub struct SRVResults { /* fields omitted */ }

The result of a successful SRV lookup.

Methods

impl SRVResults
[src]

Obtain an SRVResults from the response to an SRV lookup.

Returns an iterator over the SRVResult values in this SRVResults.

Trait Implementations

impl Debug for SRVResults
[src]

Formats the value using the given formatter.

impl Display for SRVResults
[src]

Formats the value using the given formatter. Read more

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

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

impl Send for SRVResults
[src]

impl Sync for SRVResults
[src]