Struct addr::DomainName[][src]

pub struct DomainName { /* fields omitted */ }

Methods

impl DomainName
[src]

Trait Implementations

impl Debug for DomainName
[src]

Formats the value using the given formatter. Read more

impl FromStr for DomainName
[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 DomainName
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DomainName
[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 DomainName

impl Sync for DomainName