pub struct Traits {
Show 18 fields pub autonomous_system_number: Option<i64>, pub autonomous_system_organization: Option<String>, pub domain: Option<String>, pub is_anonymous: Option<bool>, pub is_anonymous_proxy: Option<bool>, pub is_anonymous_vpn: Option<bool>, pub is_hosting_provider: Option<bool>, pub is_public_proxy: Option<bool>, pub is_residential_proxy: Option<bool>, pub is_satellite_provider: Option<bool>, pub is_tor_exit_node: Option<bool>, pub isp: Option<String>, pub network: String, pub ip_address: String, pub organization: Option<String>, pub static_ip_score: Option<f64>, pub user_count: Option<i64>, pub user_type: Option<String>,
}

Fields

autonomous_system_number: Option<i64>autonomous_system_organization: Option<String>domain: Option<String>is_anonymous: Option<bool>is_anonymous_proxy: Option<bool>is_anonymous_vpn: Option<bool>is_hosting_provider: Option<bool>is_public_proxy: Option<bool>is_residential_proxy: Option<bool>is_satellite_provider: Option<bool>is_tor_exit_node: Option<bool>isp: Option<String>network: Stringip_address: Stringorganization: Option<String>static_ip_score: Option<f64>user_count: Option<i64>user_type: Option<String>

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Formats the value using the given formatter. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more