Struct validators::domain::DomainUnlocalhostableWithoutPort[][src]

pub struct DomainUnlocalhostableWithoutPort(_);

Methods

impl DomainUnlocalhostableWithoutPort
[src]

impl DomainUnlocalhostableWithoutPort
[src]

Trait Implementations

impl Clone for DomainUnlocalhostableWithoutPort
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<DomainUnlocalhostableWithoutPort> for Domain
[src]

Performs the conversion.

impl Validated for DomainUnlocalhostableWithoutPort
[src]

impl Display for DomainUnlocalhostableWithoutPort
[src]

Formats the value using the given formatter. Read more

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