Struct c_ares::SOAResult [] [src]

pub struct SOAResult { /* fields omitted */ }

The result of a successful SOA lookup.

Methods

impl SOAResult
[src]

Obtain an SOAResult from the response to an SOA lookup.

Returns the name server from this SOAResult.

Returns the hostmaster from this SOAResult.

Returns the serial number from this SOAResult.

Returns the refresh time from this SOAResult.

Returns the retry time from this SOAResult.

Returns the expire time from this SOAResult.

Returns the minimum time-to-live from this SOAResult.

Trait Implementations

impl Debug for SOAResult
[src]

Formats the value using the given formatter.

impl Display for SOAResult
[src]

Formats the value using the given formatter. Read more

impl Drop for SOAResult
[src]

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

impl Send for SOAResult
[src]

impl Sync for SOAResult
[src]