Struct trust_dns_resolver::lookup::SrvLookup[][src]

pub struct SrvLookup(_);

The result of an SRV lookup

Methods

impl SrvLookup
[src]

Important traits for SrvLookupIter<'i>

Returns an iterator over the SRV RData

Important traits for LookupIpIter<'i>

Returns the list of IPs associated with the SRV record.

Note: the lack of any IPs does not necessarily meant that there are no IPs available for the service, only that they were not included in the original request. A subsequent query for the IPs via the srv.target() should resolve to the IPs.

Trait Implementations

impl Debug for SrvLookup
[src]

Formats the value using the given formatter. Read more

impl Clone for SrvLookup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<Lookup> for SrvLookup
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for SrvLookup

impl Sync for SrvLookup