Struct validators::domain::Domain[][src]

pub struct Domain { /* fields omitted */ }

Methods

impl Domain
[src]

Trait Implementations

impl Clone for Domain
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Validated for Domain
[src]

impl Display for Domain
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Domain
[src]

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

This method tests for !=.

impl From<DomainLocalhostableWithPort> for Domain
[src]

Performs the conversion.

impl PartialEq<Domain> for DomainLocalhostableWithPort
[src]

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

This method tests for !=.

impl From<DomainLocalhostableAllowPort> for Domain
[src]

Performs the conversion.

impl PartialEq<Domain> for DomainLocalhostableAllowPort
[src]

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

This method tests for !=.

impl From<DomainLocalhostableWithoutPort> for Domain
[src]

Performs the conversion.

impl PartialEq<Domain> for DomainLocalhostableWithoutPort
[src]

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

This method tests for !=.

impl From<DomainUnlocalhostableWithPort> for Domain
[src]

Performs the conversion.

impl PartialEq<Domain> for DomainUnlocalhostableWithPort
[src]

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

This method tests for !=.

impl From<DomainUnlocalhostableAllowPort> for Domain
[src]

Performs the conversion.

impl PartialEq<Domain> for DomainUnlocalhostableAllowPort
[src]

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

This method tests for !=.

impl From<DomainUnlocalhostableWithoutPort> for Domain
[src]

Performs the conversion.

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

impl Sync for Domain