#[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: bool§with_address: bool§with_unit: bool§with_city_or_equivalent: bool§with_small_containing_boundaries: bool§with_postal_code: bool§with_latlon: bool§latitude: f64§longitude: f64§geohash_precision: u32§name_and_address_keys: bool§name_only_keys: bool§address_only_keys: boolTrait Implementations§
Source§impl Clone for libpostal_near_dupe_hash_options
impl Clone for libpostal_near_dupe_hash_options
Source§fn clone(&self) -> libpostal_near_dupe_hash_options
fn clone(&self) -> libpostal_near_dupe_hash_options
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for libpostal_near_dupe_hash_options
Auto Trait Implementations§
impl Freeze for libpostal_near_dupe_hash_options
impl RefUnwindSafe for libpostal_near_dupe_hash_options
impl Send for libpostal_near_dupe_hash_options
impl Sync for libpostal_near_dupe_hash_options
impl Unpin for libpostal_near_dupe_hash_options
impl UnwindSafe for libpostal_near_dupe_hash_options
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more