Struct icu_segmenter::rule_segmenter::RuleBreakTypeUtf16
source · pub struct RuleBreakTypeUtf16;
Trait Implementations§
source§impl Debug for RuleBreakTypeUtf16
impl Debug for RuleBreakTypeUtf16
source§impl<'l, 's> RuleBreakType<'l, 's> for RuleBreakTypeUtf16
impl<'l, 's> RuleBreakType<'l, 's> for RuleBreakTypeUtf16
§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( _: &mut RuleBreakIterator<'_, '_, Self>, _: Self::CharType, ) -> Option<usize>
Auto Trait Implementations§
impl Freeze for RuleBreakTypeUtf16
impl RefUnwindSafe for RuleBreakTypeUtf16
impl Send for RuleBreakTypeUtf16
impl Sync for RuleBreakTypeUtf16
impl Unpin for RuleBreakTypeUtf16
impl UnwindSafe for RuleBreakTypeUtf16
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