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.

[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.

impl Display for NSResults
[src]

[src]

Formats the value using the given formatter. Read more