Struct c_ares::HostResults [] [src]

pub struct HostResults<'a> {
    // some fields omitted
}

The result of a successful host lookup.

Methods

impl<'a> HostResults<'a>
[src]

Returns the hostname from this HostResults.

Returns an iterator over the HostAddressResult values in this HostResults.

Returns an iterator over the HostAliasResult values in this HostResults.

Trait Implementations

impl<'a> Debug for HostResults<'a>
[src]

Formats the value using the given formatter.

impl<'a> Display for HostResults<'a>
[src]

Formats the value using the given formatter.

impl<'a> Send for HostResults<'a>
[src]

impl<'a> Sync for HostResults<'a>
[src]