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) -> ReverseLookupIterReturns an iterator over the RData
Trait Implementations
impl Debug for ReverseLookup[src]
impl Debug for ReverseLookupfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for ReverseLookup[src]
impl Clone for ReverseLookupfn clone(&self) -> ReverseLookup[src]
fn clone(&self) -> ReverseLookupReturns 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 ReverseLookupAuto Trait Implementations
impl Send for ReverseLookup
impl Send for ReverseLookupimpl Sync for ReverseLookup
impl Sync for ReverseLookup