Struct validators::host::HostLocalable[][src]

pub struct HostLocalable(_);

Methods

impl HostLocalable
[src]

impl HostLocalable
[src]

impl HostLocalable
[src]

Trait Implementations

impl Clone for HostLocalable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<HostLocalable> for Host
[src]

Performs the conversion.

impl Validated for HostLocalable
[src]

impl Debug for HostLocalable
[src]

Formats the value using the given formatter. Read more

impl Display for HostLocalable
[src]

Formats the value using the given formatter. Read more

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