Struct validators::ipv6::IPv6UnlocalableWithoutPort[][src]

pub struct IPv6UnlocalableWithoutPort(_);

Methods

impl IPv6UnlocalableWithoutPort
[src]

impl IPv6UnlocalableWithoutPort
[src]

Trait Implementations

impl Clone for IPv6UnlocalableWithoutPort
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<IPv6UnlocalableWithoutPort> for IPv6
[src]

Performs the conversion.

impl Validated for IPv6UnlocalableWithoutPort
[src]

impl ValidatedWrapper for IPv6UnlocalableWithoutPort
[src]

impl Debug for IPv6UnlocalableWithoutPort
[src]

Formats the value using the given formatter. Read more

impl Display for IPv6UnlocalableWithoutPort
[src]

Formats the value using the given formatter. Read more

impl PartialEq for IPv6UnlocalableWithoutPort
[src]

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

This method tests for !=.

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