Struct c_ares::CNameResults [] [src]

pub struct CNameResults { /* fields omitted */ }

The result of a successful CNAME lookup.

Methods

impl CNameResults
[src]

[src]

Obtain a CNameResults from the response to a CNAME lookup.

[src]

Returns the hostname from this CNameResults.

Important traits for HostAddressResultsIter<'a>
[src]

Returns an iterator over the IpAddr values in this CNameResults.

Important traits for HostAliasResultsIter<'a>
[src]

Returns an iterator over the host aliases in this CNameResults.

Trait Implementations

impl Debug for CNameResults
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for CNameResults
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CNameResults

impl Sync for CNameResults