Enum ipify_client::IpifyError[][src]

pub enum IpifyError {
    RequestError,
    ParseError,
}

Error states which can occur when resolving an IP.

Variants

Indicates an error in the HTTP request to ipify.org

Indicates an error in parsing the response from ipify.org

Trait Implementations

impl Debug for IpifyError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for IpifyError
[src]

Performs the conversion.

impl From<Utf8Error> for IpifyError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for IpifyError

impl Sync for IpifyError