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) -> MxLookupIter
Returns an iterator over the RData
Trait Implementations
impl Debug for MxLookup
[src]
impl Debug for MxLookup
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 MxLookup
[src]
impl Clone for MxLookup
fn clone(&self) -> MxLookup
[src]
fn clone(&self) -> MxLookup
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 MxLookup
[src]
impl From<Lookup> for MxLookup