Struct validators::ipv4::IPv4LocalableWithoutPort[][src]

pub struct IPv4LocalableWithoutPort(_);

Methods

impl IPv4LocalableWithoutPort
[src]

impl IPv4LocalableWithoutPort
[src]

impl IPv4LocalableWithoutPort
[src]

Trait Implementations

impl Clone for IPv4LocalableWithoutPort
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<IPv4LocalableWithoutPort> for IPv4
[src]

Performs the conversion.

impl Validated for IPv4LocalableWithoutPort
[src]

impl Display for IPv4LocalableWithoutPort
[src]

Formats the value using the given formatter. Read more

impl PartialEq 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 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 !=.

Auto Trait Implementations