Struct addr::DnsName[][src]

pub struct DnsName { /* fields omitted */ }

Holds information about a particular DNS name

This is created by List::parse_dns_name.

Methods

impl DnsName
[src]

Trait Implementations

impl Debug for DnsName
[src]

Formats the value using the given formatter. Read more

impl FromStr for DnsName
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Display for DnsName
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DnsName
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for DnsName

impl Sync for DnsName