Struct c_ares::SOAResult [] [src]

pub struct SOAResult { /* fields omitted */ }

The result of a successful SOA lookup.

Methods

impl SOAResult
[src]

[src]

Obtain an SOAResult from the response to an SOA lookup.

[src]

Returns the name server from this SOAResult.

[src]

Returns the hostmaster from this SOAResult.

[src]

Returns the serial number from this SOAResult.

[src]

Returns the refresh time from this SOAResult.

[src]

Returns the retry time from this SOAResult.

[src]

Returns the expire time from this SOAResult.

[src]

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

Trait Implementations

impl Debug for SOAResult
[src]

[src]

Formats the value using the given formatter.

impl Display for SOAResult
[src]

[src]

Formats the value using the given formatter. Read more

impl Drop for SOAResult
[src]

[src]

Executes the destructor for this type. Read more

impl Send for SOAResult
[src]

impl Sync for SOAResult
[src]