Struct ipify_client::IP[][src]

pub struct IP(_, _, _, _);

Representation of an IPV4 address.

Trait Implementations

impl PartialEq for IP
[src]

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

This method tests for !=.

impl Debug for IP
[src]

Formats the value using the given formatter. Read more

impl FromStr for IP
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more

impl Display for IP
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for IP

impl Sync for IP