Enum validators::ipv4::IPv4Error [−][src]
pub enum IPv4Error { IncorrectFormat, IncorrectPort, PortNotAllow, PortNotFound, LocalNotAllow, LocalNotFound, IPv6NotAllow, IPv6NotFound, }
Variants
IncorrectFormat
IncorrectPort
PortNotAllow
PortNotFound
LocalNotAllow
LocalNotFound
IPv6NotAllow
IPv6NotFound
Trait Implementations
impl Debug for IPv4Error
[src]
impl Debug for IPv4Error
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for IPv4Error
[src]
impl PartialEq for IPv4Error
fn eq(&self, other: &IPv4Error) -> bool
[src]
fn eq(&self, other: &IPv4Error) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Clone for IPv4Error
[src]
impl Clone for IPv4Error