Struct c_ares::TXTResult[][src]

pub struct TXTResult<'a> { /* fields omitted */ }

The contents of a single TXT record.

Methods

impl<'a> TXTResult<'a>
[src]

Is this the start of a text record, or the continuation of a previous record?

Returns the text in this TXTResult.

Although text is usual here, any binary data is legal - which is why we return &[u8].

Trait Implementations

impl<'a> Clone for TXTResult<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for TXTResult<'a>
[src]

impl<'a> Send for TXTResult<'a>
[src]

impl<'a> Sync for TXTResult<'a>
[src]

impl<'a> Display for TXTResult<'a>
[src]

Formats the value using the given formatter. Read more