Enum validators::ipv6::IPv6Error[][src]

pub enum IPv6Error {
    IncorrectFormat,
    IncorrectPort,
    PortNotAllow,
    PortNotFound,
    LocalNotAllow,
    LocalNotFound,
    IPv4NotAllow,
    IPv4NotFound,
    UTF8Error(Utf8Error),
}

Variants

Trait Implementations

impl Debug for IPv6Error
[src]

Formats the value using the given formatter. Read more

impl PartialEq for IPv6Error
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for IPv6Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for IPv6Error

impl Sync for IPv6Error