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