Struct c_ares::TXTResult [] [src]

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

The contents of a single TXT record.

Methods

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

[src]

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

[src]

Returns the text in this TXTResult.

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

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

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]

[src]

Formats the value using the given formatter. Read more