Struct validators::ipv4::IPv4[][src]

pub struct IPv4 { /* fields omitted */ }

Methods

impl IPv4
[src]

Trait Implementations

impl Clone for IPv4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Validated for IPv4
[src]

impl Display for IPv4
[src]

Formats the value using the given formatter. Read more

impl PartialEq for IPv4
[src]

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

This method tests for !=.

impl From<IPv4LocalableWithPort> for IPv4
[src]

Performs the conversion.

impl PartialEq<IPv4> for IPv4LocalableWithPort
[src]

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

This method tests for !=.

impl From<IPv4LocalableAllowPort> for IPv4
[src]

Performs the conversion.

impl PartialEq<IPv4> for IPv4LocalableAllowPort
[src]

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

This method tests for !=.

impl From<IPv4LocalableWithoutPort> for IPv4
[src]

Performs the conversion.

impl PartialEq<IPv4> for IPv4LocalableWithoutPort
[src]

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

This method tests for !=.

impl From<IPv4UnlocalableWithPort> for IPv4
[src]

Performs the conversion.

impl PartialEq<IPv4> for IPv4UnlocalableWithPort
[src]

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

This method tests for !=.

impl From<IPv4UnlocalableAllowPort> for IPv4
[src]

Performs the conversion.

impl PartialEq<IPv4> for IPv4UnlocalableAllowPort
[src]

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

This method tests for !=.

impl From<IPv4UnlocalableWithoutPort> for IPv4
[src]

Performs the conversion.

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

impl Sync for IPv4