Struct validators::domain::DomainLocalhostableWithoutPort[][src]

pub struct DomainLocalhostableWithoutPort(_);

Methods

impl DomainLocalhostableWithoutPort
[src]

impl DomainLocalhostableWithoutPort
[src]

impl DomainLocalhostableWithoutPort
[src]

Trait Implementations

impl Clone for DomainLocalhostableWithoutPort
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<DomainLocalhostableWithoutPort> for Domain
[src]

Performs the conversion.

impl Validated for DomainLocalhostableWithoutPort
[src]

impl Display for DomainLocalhostableWithoutPort
[src]

Formats the value using the given formatter. Read more

impl PartialEq 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 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 !=.

Auto Trait Implementations