Struct trust_dns_resolver::lookup::Ipv6Lookup [] [src]

pub struct Ipv6Lookup(_);

Contains the results of a lookup for the associated RecordType

Methods

impl Ipv6Lookup
[src]

Important traits for Ipv6LookupIter<'i>
[src]

Returns an iterator over the RData

Trait Implementations

impl Debug for Ipv6Lookup
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Ipv6Lookup
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<Lookup> for Ipv6Lookup
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Ipv6Lookup

impl Sync for Ipv6Lookup