Struct c_ares::NSResults[][src]

pub struct NSResults { /* fields omitted */ }

The result of a successful NS lookup.

Methods

impl NSResults
[src]

Obtain an NSResults from the response to an NS lookup.

Returns the hostname from this NSResults.

In practice this is very likely to be a valid UTF-8 string, but the underlying c-ares library does not guarantee this - so we leave it to users to decide whether they prefer a fallible conversion, a lossy conversion, or something else altogether.

Important traits for HostAliasResultsIter<'a>

Returns an iterator over the host aliases in this NSResults.

Trait Implementations

impl Debug for NSResults
[src]

Formats the value using the given formatter. Read more

impl Display for NSResults
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for NSResults

impl Sync for NSResults