Struct trust_dns_resolver::lookup::Ipv4Lookup [−][src]
pub struct Ipv4Lookup(_);
Contains the results of a lookup for the associated RecordType
Methods
impl Ipv4Lookup[src]
impl Ipv4LookupⓘImportant traits for Ipv4LookupIter<'i>pub fn iter(&self) -> Ipv4LookupIter[src]
ⓘImportant traits for Ipv4LookupIter<'i>
pub fn iter(&self) -> Ipv4LookupIterReturns an iterator over the RData
Trait Implementations
impl Debug for Ipv4Lookup[src]
impl Debug for Ipv4Lookupfn 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 Ipv4Lookup[src]
impl Clone for Ipv4Lookupfn clone(&self) -> Ipv4Lookup[src]
fn clone(&self) -> Ipv4LookupReturns 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 Ipv4Lookup[src]
impl From<Lookup> for Ipv4LookupAuto Trait Implementations
impl Send for Ipv4Lookup
impl Send for Ipv4Lookupimpl Sync for Ipv4Lookup
impl Sync for Ipv4Lookup