Struct trust_dns_resolver::lookup::MxLookup [−][src]
pub struct MxLookup(_);
Contains the results of a lookup for the associated RecordType
Methods
impl MxLookup[src]
impl MxLookupⓘImportant traits for MxLookupIter<'i>pub fn iter(&self) -> MxLookupIter[src]
ⓘImportant traits for MxLookupIter<'i>
pub fn iter(&self) -> MxLookupIterReturns an iterator over the RData
Trait Implementations
impl Debug for MxLookup[src]
impl Debug for MxLookupfn 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 MxLookup[src]
impl Clone for MxLookupfn clone(&self) -> MxLookup[src]
fn clone(&self) -> MxLookupReturns 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 MxLookup[src]
impl From<Lookup> for MxLookup