Struct icu_segmenter::word::WordBreakTypeUtf16
source · pub struct WordBreakTypeUtf16;
Trait Implementations§
source§impl Debug for WordBreakTypeUtf16
impl Debug for WordBreakTypeUtf16
source§impl<'l, 's> RuleBreakType<'l, 's> for WordBreakTypeUtf16
impl<'l, 's> RuleBreakType<'l, 's> for WordBreakTypeUtf16
§type IterAttr = Utf16Indices<'s>
type IterAttr = Utf16Indices<'s>
The iterator over characters.
fn get_current_position_character_len( iter: &RuleBreakIterator<'_, '_, Self>, ) -> usize
fn handle_complex_language( iter: &mut RuleBreakIterator<'_, '_, Self>, left_codepoint: Self::CharType, ) -> Option<usize>
Auto Trait Implementations§
impl Freeze for WordBreakTypeUtf16
impl RefUnwindSafe for WordBreakTypeUtf16
impl Send for WordBreakTypeUtf16
impl Sync for WordBreakTypeUtf16
impl Unpin for WordBreakTypeUtf16
impl UnwindSafe for WordBreakTypeUtf16
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