Struct trust_dns_resolver::lookup::ReverseLookup[][src]

pub struct ReverseLookup(_);

Contains the results of a lookup for the associated RecordType

Methods

impl ReverseLookup
[src]

Important traits for ReverseLookupIter<'i>

Returns an iterator over the RData

Trait Implementations

impl Debug for ReverseLookup
[src]

Formats the value using the given formatter. Read more

impl Clone for ReverseLookup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<Lookup> for ReverseLookup
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for ReverseLookup

impl Sync for ReverseLookup