Struct trust_dns_resolver::lookup::ReverseLookup [−][src]
pub struct ReverseLookup(_);
Contains the results of a lookup for the associated RecordType
Methods
impl ReverseLookup
[src]
impl ReverseLookup
ⓘImportant traits for ReverseLookupIter<'i>pub fn iter(&self) -> ReverseLookupIter
[src]
ⓘImportant traits for ReverseLookupIter<'i>
pub fn iter(&self) -> ReverseLookupIter
Returns an iterator over the RData
Trait Implementations
impl Debug for ReverseLookup
[src]
impl Debug for ReverseLookup
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for ReverseLookup
[src]
impl Clone for ReverseLookup
fn clone(&self) -> ReverseLookup
[src]
fn clone(&self) -> ReverseLookup
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl From<Lookup> for ReverseLookup
[src]
impl From<Lookup> for ReverseLookup
Auto Trait Implementations
impl Send for ReverseLookup
impl Send for ReverseLookup
impl Sync for ReverseLookup
impl Sync for ReverseLookup