#[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_char§num_languages: size_t§address_components: u16§latin_ascii: bool§transliterate: bool§strip_accents: bool§decompose: bool§lowercase: bool§trim_string: bool§drop_parentheticals: bool§replace_numeric_hyphens: bool§delete_numeric_hyphens: bool§split_alpha_from_numeric: bool§replace_word_hyphens: bool§delete_word_hyphens: bool§delete_final_periods: bool§delete_acronym_periods: bool§drop_english_possessives: bool§delete_apostrophes: bool§expand_numex: bool§roman_numerals: boolTrait Implementations§
Source§impl Clone for libpostal_normalize_options
impl Clone for libpostal_normalize_options
Source§fn clone(&self) -> libpostal_normalize_options
fn clone(&self) -> libpostal_normalize_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 moreSource§impl Debug for libpostal_normalize_options
impl Debug for libpostal_normalize_options
impl Copy for libpostal_normalize_options
Auto Trait Implementations§
impl Freeze for libpostal_normalize_options
impl RefUnwindSafe for libpostal_normalize_options
impl !Send for libpostal_normalize_options
impl !Sync for libpostal_normalize_options
impl Unpin for libpostal_normalize_options
impl UnwindSafe for libpostal_normalize_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