Struct validators::ipv4::IPv4UnlocalableAllowPort[][src]

pub struct IPv4UnlocalableAllowPort(_);

Methods

impl IPv4UnlocalableAllowPort
[src]

impl IPv4UnlocalableAllowPort
[src]

impl IPv4UnlocalableAllowPort
[src]

Trait Implementations

impl Clone for IPv4UnlocalableAllowPort
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<IPv4UnlocalableAllowPort> for IPv4
[src]

Performs the conversion.

impl Validated for IPv4UnlocalableAllowPort
[src]

impl Display for IPv4UnlocalableAllowPort
[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations