Struct c_ares::CNameResult [] [src]

pub struct CNameResult {
    // some fields omitted
}

The result of a successful CNAME lookup.

Methods

impl CNameResult
[src]

Obtain a CNameResult from the response to a CNAME lookup.

Returns the canonical name record from this CNameResult.

Trait Implementations

impl Drop for CNameResult
[src]

A method called when the value goes out of scope. Read more

impl Send for CNameResult
[src]

impl Sync for CNameResult
[src]