#[repr(C)]
pub struct libpostal_near_dupe_hash_options {
Show 13 fields pub with_name: bool, pub with_address: bool, pub with_unit: bool, pub with_city_or_equivalent: bool, pub with_small_containing_boundaries: bool, pub with_postal_code: bool, pub with_latlon: bool, pub latitude: f64, pub longitude: f64, pub geohash_precision: u32, pub name_and_address_keys: bool, pub name_only_keys: bool, pub address_only_keys: bool,
}

Fields

with_name: boolwith_address: boolwith_unit: boolwith_city_or_equivalent: boolwith_small_containing_boundaries: boolwith_postal_code: boolwith_latlon: boollatitude: f64longitude: f64geohash_precision: u32name_and_address_keys: boolname_only_keys: booladdress_only_keys: bool

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. 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

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. 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.