Struct c_ares::TXTResults [] [src]

pub struct TXTResults { /* fields omitted */ }

The result of a successful TXT lookup.

Methods

impl TXTResults
[src]

[src]

Obtain a TXTResults from the response to a TXT lookup.

[src]

Returns an iterator over the TXTResult values in this TXTResults.

Trait Implementations

impl Debug for TXTResults
[src]

[src]

Formats the value using the given formatter.

impl Display for TXTResults
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> IntoIterator for &'a TXTResults
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl Drop for TXTResults
[src]

[src]

Executes the destructor for this type. Read more

impl Send for TXTResults
[src]

impl Sync for TXTResults
[src]