#[repr(C)]
pub struct libpostal_normalize_options {
Show 21 fields pub languages: *mut *mut c_char, pub num_languages: size_t, pub address_components: u16, pub latin_ascii: bool, pub transliterate: bool, pub strip_accents: bool, pub decompose: bool, pub lowercase: bool, pub trim_string: bool, pub drop_parentheticals: bool, pub replace_numeric_hyphens: bool, pub delete_numeric_hyphens: bool, pub split_alpha_from_numeric: bool, pub replace_word_hyphens: bool, pub delete_word_hyphens: bool, pub delete_final_periods: bool, pub delete_acronym_periods: bool, pub drop_english_possessives: bool, pub delete_apostrophes: bool, pub expand_numex: bool, pub roman_numerals: bool,
}

Fields

languages: *mut *mut c_charnum_languages: size_taddress_components: u16latin_ascii: booltransliterate: boolstrip_accents: booldecompose: boollowercase: booltrim_string: booldrop_parentheticals: boolreplace_numeric_hyphens: booldelete_numeric_hyphens: boolsplit_alpha_from_numeric: boolreplace_word_hyphens: booldelete_word_hyphens: booldelete_final_periods: booldelete_acronym_periods: booldrop_english_possessives: booldelete_apostrophes: boolexpand_numex: boolroman_numerals: 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.