Struct iplocate::IpLocate[][src]

pub struct IpLocate {
    pub rate_limit: RateLimit,
    pub geo_ip: GeoIp,
}

The preferred return type of a request.

Fields

Methods

impl IpLocate
[src]

Constructs a new Lookup.

Trait Implementations

impl Debug for IpLocate
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for IpLocate

impl Sync for IpLocate