Enum validators::ipv6::IPv6Error [−][src]
pub enum IPv6Error {
IncorrectFormat,
IncorrectPort,
PortNotAllow,
PortNotFound,
LocalNotAllow,
LocalNotFound,
IPv4NotAllow,
IPv4NotFound,
UTF8Error(Utf8Error),
}Variants
IncorrectFormatIncorrectPortPortNotAllowPortNotFoundLocalNotAllowLocalNotFoundIPv4NotAllowIPv4NotFoundUTF8Error(Utf8Error)
Trait Implementations
impl Debug for IPv6Error[src]
impl Debug for IPv6Errorfn 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 IPv6Error[src]
impl PartialEq for IPv6Errorfn eq(&self, other: &IPv6Error) -> bool[src]
fn eq(&self, other: &IPv6Error) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &IPv6Error) -> bool[src]
fn ne(&self, other: &IPv6Error) -> boolThis method tests for !=.
impl Clone for IPv6Error[src]
impl Clone for IPv6Errorfn clone(&self) -> IPv6Error[src]
fn clone(&self) -> IPv6ErrorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Display for IPv6Error[src]
impl Display for IPv6Errorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Error for IPv6Error[src]
impl Error for IPv6Error