Struct trust_dns_resolver::lookup::Ipv6Lookup [−][src]
pub struct Ipv6Lookup(_);
Contains the results of a lookup for the associated RecordType
Methods
impl Ipv6Lookup[src]
impl Ipv6LookupⓘImportant traits for Ipv6LookupIter<'i>pub fn iter(&self) -> Ipv6LookupIter[src]
ⓘImportant traits for Ipv6LookupIter<'i>
pub fn iter(&self) -> Ipv6LookupIterReturns an iterator over the RData
Trait Implementations
impl Debug for Ipv6Lookup[src]
impl Debug for Ipv6Lookupfn 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 Ipv6Lookup[src]
impl Clone for Ipv6Lookupfn clone(&self) -> Ipv6Lookup[src]
fn clone(&self) -> Ipv6LookupReturns 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 Ipv6Lookup[src]
impl From<Lookup> for Ipv6LookupAuto Trait Implementations
impl Send for Ipv6Lookup
impl Send for Ipv6Lookupimpl Sync for Ipv6Lookup
impl Sync for Ipv6Lookup