We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc15a32 + 3b2e65a commit 2422b2cCopy full SHA for 2422b2c
src/maxminddb/geoip2.rs
@@ -122,6 +122,7 @@ pub mod country {
122
#[derive(Deserialize, Serialize, Clone, Debug)]
123
pub struct Traits {
124
pub is_anonymous_proxy: Option<bool>,
125
+ pub is_anycast: Option<bool>,
126
pub is_satellite_provider: Option<bool>,
127
}
128
@@ -218,6 +219,7 @@ pub mod enterprise {
218
219
pub is_anonymous: Option<bool>,
220
221
pub is_anonymous_vpn: Option<bool>,
222
223
pub is_hosting_provider: Option<bool>,
224
pub isp: Option<&'a str>,
225
pub is_public_proxy: Option<bool>,
0 commit comments