Struct validators::ipv6::IPv6[][src]

pub struct IPv6 { /* fields omitted */ }

Methods

impl IPv6
[src]

Trait Implementations

impl Clone for IPv6
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Validated for IPv6
[src]

impl Debug for IPv6
[src]

Formats the value using the given formatter. Read more

impl Display for IPv6
[src]

Formats the value using the given formatter. Read more

impl PartialEq for IPv6
[src]

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

This method tests for !=.

impl From<IPv6LocalableWithPort> for IPv6
[src]

Performs the conversion.

impl PartialEq<IPv6> for IPv6LocalableWithPort
[src]

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

This method tests for !=.

impl From<IPv6LocalableAllowPort> for IPv6
[src]

Performs the conversion.

impl PartialEq<IPv6> for IPv6LocalableAllowPort
[src]

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

This method tests for !=.

impl From<IPv6LocalableWithoutPort> for IPv6
[src]

Performs the conversion.

impl PartialEq<IPv6> for IPv6LocalableWithoutPort
[src]

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

This method tests for !=.

impl From<IPv6UnlocalableWithPort> for IPv6
[src]

Performs the conversion.

impl PartialEq<IPv6> for IPv6UnlocalableWithPort
[src]

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

This method tests for !=.

impl From<IPv6UnlocalableAllowPort> for IPv6
[src]

Performs the conversion.

impl PartialEq<IPv6> for IPv6UnlocalableAllowPort
[src]

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

This method tests for !=.

impl From<IPv6UnlocalableWithoutPort> for IPv6
[src]

Performs the conversion.

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

impl Send for IPv6

impl Sync for IPv6