Struct trust_dns_resolver::lookup::TxtLookup [] [src]

pub struct TxtLookup(_);

Contains the results of a lookup for the associated RecordType

Methods

impl TxtLookup
[src]

[src]

Returns an iterator over the RData

Trait Implementations

impl Debug for TxtLookup
[src]

[src]

Formats the value using the given formatter.

impl Clone for TxtLookup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<Lookup> for TxtLookup
[src]

[src]

Performs the conversion.