Struct trust_dns_resolver::lookup::Ipv4Lookup [] [src]

pub struct Ipv4Lookup(_);

Contains the results of a lookup for the associated RecordType

Methods

impl Ipv4Lookup
[src]

Important traits for Ipv4LookupIter<'i>
[src]

Returns an iterator over the RData

Trait Implementations

impl Debug for Ipv4Lookup
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Ipv4Lookup
[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 Ipv4Lookup
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Ipv4Lookup

impl Sync for Ipv4Lookup