Enum validators::host::HostError [−][src]
pub enum HostError {
Domain(DomainError),
IPv4(IPv4Error),
IPv6(IPv6Error),
NoValidator,
}Variants
Domain(DomainError)IPv4(IPv4Error)IPv6(IPv6Error)NoValidator
Trait Implementations
impl Debug for HostError[src]
impl Debug for HostErrorfn 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 HostError[src]
impl PartialEq for HostErrorfn eq(&self, other: &HostError) -> bool[src]
fn eq(&self, other: &HostError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &HostError) -> bool[src]
fn ne(&self, other: &HostError) -> boolThis method tests for !=.
impl Clone for HostError[src]
impl Clone for HostError