Struct validators::ipv4::IPv4LocalableAllowPort[][src]

pub struct IPv4LocalableAllowPort(_);

Methods

impl IPv4LocalableAllowPort
[src]

impl IPv4LocalableAllowPort
[src]

impl IPv4LocalableAllowPort
[src]

Trait Implementations

impl Clone for IPv4LocalableAllowPort
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<IPv4LocalableAllowPort> for IPv4
[src]

Performs the conversion.

impl Validated for IPv4LocalableAllowPort
[src]

impl Display for IPv4LocalableAllowPort
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations