Struct validators::host::HostUnlocalable[][src]

pub struct HostUnlocalable(_);

Methods

impl HostUnlocalable
[src]

impl HostUnlocalable
[src]

Trait Implementations

impl Clone for HostUnlocalable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<HostUnlocalable> for Host
[src]

Performs the conversion.

impl Validated for HostUnlocalable
[src]

impl ValidatedWrapper for HostUnlocalable
[src]

impl Debug for HostUnlocalable
[src]

Formats the value using the given formatter. Read more

impl Display for HostUnlocalable
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HostUnlocalable
[src]

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

This method tests for !=.

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