Struct c_ares::NSResults [] [src]

pub struct NSResults { /* fields omitted */ }

The result of a successful NS lookup.

Methods

impl NSResults
[src]

[src]

Obtain an NSResults from the response to an NS lookup.

[src]

Returns the hostname from this NSResults.

Important traits for HostAliasResultsIter<'a>
[src]

Returns an iterator over the host aliases in this NSResults.

Trait Implementations

impl Debug for NSResults
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for NSResults
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for NSResults

impl Sync for NSResults