Struct validators::domain::DomainLocalhostableWithPort[][src]

pub struct DomainLocalhostableWithPort(_);

Methods

impl DomainLocalhostableWithPort
[src]

impl DomainLocalhostableWithPort
[src]

impl DomainLocalhostableWithPort
[src]

Trait Implementations

impl Clone for DomainLocalhostableWithPort
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<DomainLocalhostableWithPort> for Domain
[src]

Performs the conversion.

impl Validated for DomainLocalhostableWithPort
[src]

impl Display for DomainLocalhostableWithPort
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations